#529797

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

Shades of Half Baked #529797

Tints of Half Baked #529797

Color information

#529797 (or 0x529797) is unknown color: approx Half Baked. HEX triplet: 52, 97 and 97. RGB value is (82,151,151). Sum of RGB (Red+Green+Blue) = 82+151+151=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #529797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529797 is #AD6868. Grayscale: #828282. Windows color (decimal): -11364457 or 9934674. OLE color: 9934674.

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

Color convert

RGB82151151-
CMYK0.46000.41
HSL180º29.61%45.69%-
HSV(B)180º45.7%59.22%-
XYZ20.1326.1633.27-
YUV130.37139.6493.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=21.35%
G=39.32%
B=39.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511510.46000.4118029.6145.69
Hex5297972E0029b41e2e
Octal1222272275600512643656
Binary10100101001011110010111101110001010011011010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529797; }

 p { color: rgb(82,151,151); }

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

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

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

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

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

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

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