#529597

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

Shades of Half Baked #529597

Tints of Half Baked #529597

Color information

#529597 (or 0x529597) is unknown color: approx Half Baked. HEX triplet: 52, 95 and 97. RGB value is (82,149,151). Sum of RGB (Red+Green+Blue) = 82+149+151=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #529597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529597 is #AD6A68. Grayscale: #818181. Windows color (decimal): -11364969 or 9934162. OLE color: 9934162.

HSL color Cylindrical-coordinate representation of color #529597: hue angle of 181.74º 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 #529597 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82149151-
CMYK0.460.0100.41
HSL181.74º29.61%45.69%-
HSV(B)181.74º45.7%59.22%-
XYZ19.8125.5233.16-
YUV129.2140.394.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 149 (58.59% from 255) = 39.01%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=21.47%
G=39.01%
B=39.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821491510.460.0100.41181.7429.6145.69
Hex5295972E1029b61e2e
Octal1222252275610512663656
Binary10100101001010110010111101110101010011011011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529597; }

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

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

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

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

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

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

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

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