#529496

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

Shades of Half Baked #529496

Tints of Half Baked #529496

Color information

#529496 (or 0x529496) is unknown color: approx Half Baked. HEX triplet: 52, 94 and 96. RGB value is (82,148,150). Sum of RGB (Red+Green+Blue) = 82+148+150=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #529496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529496 is #AD6B69. Grayscale: #808080. Windows color (decimal): -11365226 or 9868370. OLE color: 9868370.

HSL color Cylindrical-coordinate representation of color #529496: hue angle of 181.76º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529496 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82148150-
CMYK0.450.0100.41
HSL181.76º29.31%45.49%-
HSV(B)181.76º45.33%58.82%-
XYZ19.5725.1832.68-
YUV128.49140.1394.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 150 (58.98% from 255) = 39.47%
R=21.58%
G=38.95%
B=39.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821481500.450.0100.41181.7629.3145.49
Hex5294962D1029b61d2d
Octal1222242265510512663555
Binary10100101001010010010110101101101010011011011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529496; }

 p { color: rgb(82,148,150); }

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

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

 a { background-color: rgb(82,148,150); }

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

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

 span { border-color: rgb(82,148,150); }

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