#529397

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

Shades of Half Baked #529397

Tints of Half Baked #529397

Color information

#529397 (or 0x529397) is unknown color: approx Half Baked. HEX triplet: 52, 93 and 97. RGB value is (82,147,151). Sum of RGB (Red+Green+Blue) = 82+147+151=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #529397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529397 is #AD6C68. Grayscale: #7F7F7F. Windows color (decimal): -11365481 or 9933650. OLE color: 9933650.

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

Color convert

RGB82147151-
CMYK0.460.0300.41
HSL183.48º29.61%45.69%-
HSV(B)183.48º45.7%59.22%-
XYZ19.524.933.06-
YUV128.02140.9795.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 151 (59.38% from 255) = 39.74%
R=21.58%
G=38.68%
B=39.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821471510.460.0300.41183.4829.6145.69
Hex5293972E3029b71e2e
Octal1222232275630512673656
Binary101001010010011100101111011101101010011011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529397; }

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

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

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

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

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

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

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

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