#529291

Color #529291 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #529291

Tints of Half Baked #529291

Color information

#529291 (or 0x529291) is unknown color: approx Half Baked. HEX triplet: 52, 92 and 91. RGB value is (82,146,145). Sum of RGB (Red+Green+Blue) = 82+146+145=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #529291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529291 is #AD6D6E. Grayscale: #7E7E7E. Windows color (decimal): -11365743 or 9540178. OLE color: 9540178.

HSL color Cylindrical-coordinate representation of color #529291: hue angle of 179.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529291 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB82146145-
CMYK0.4400.010.43
HSL179.06º28.07%44.71%-
HSV(B)179.06º43.84%57.25%-
XYZ18.8724.430.5-
YUV126.75138.396.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 145 (57.03% from 255) = 38.87%
R=21.98%
G=39.14%
B=38.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821461450.4400.010.43179.0628.0744.71
Hex5292912C012Bb31c2d
Octal1222222215401532633455
Binary10100101001001010010001101100011010111011001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529291; }

 p { color: rgb(82,146,145); }

 H1.HeaderClassName
 {
   color: #529291;
 }
 .AnyTagClassName
 {
   color: #529291;
 }
</style>
background-color css

<style>
 a { background-color: #529291; }

 a { background-color: rgb(82,146,145); }

 div.DivClassName
 {
   background-color: #529291;
 }
 .BgClassName
 {
   background-color: #529291;
 }
</style>
border-color css

<style>
 span { border-color: #529291; }

 span { border-color: rgb(82,146,145); }

 td.TdClassName
 {
   border-color: #529291;
 }
 .TagClassName
 {
   border-color: #529291;
 }
</style>