#529995

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

Shades of Half Baked #529995

Tints of Half Baked #529995

Color information

#529995 (or 0x529995) is unknown color: approx Half Baked. HEX triplet: 52, 99 and 95. RGB value is (82,153,149). Sum of RGB (Red+Green+Blue) = 82+153+149=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #529995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529995 is #AD666A. Grayscale: #838383. Windows color (decimal): -11363947 or 9804114. OLE color: 9804114.

HSL color Cylindrical-coordinate representation of color #529995: hue angle of 176.62º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529995 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB82153149-
CMYK0.4600.030.4
HSL176.62º30.21%46.08%-
HSV(B)176.62º46.41%60%-
XYZ20.326.7532.53-
YUV131.32137.9892.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=21.35%
G=39.84%
B=38.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531490.4600.030.4176.6230.2146.08
Hex5299952E0328b11e2e
Octal1222312255603502613656
Binary101001010011001100101011011100111010001011000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529995; }

 p { color: rgb(82,153,149); }

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

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

 a { background-color: rgb(82,153,149); }

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

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

 span { border-color: rgb(82,153,149); }

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