#529399

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

Shades of Half Baked #529399

Tints of Half Baked #529399

Color information

#529399 (or 0x529399) is unknown color: approx Half Baked. HEX triplet: 52, 93 and 99. RGB value is (82,147,153). Sum of RGB (Red+Green+Blue) = 82+147+153=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #529399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529399 is #AD6C66. Grayscale: #808080. Windows color (decimal): -11365479 or 10064722. OLE color: 10064722.

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

Color convert

RGB82147153-
CMYK0.460.0400.4
HSL185.07º30.21%46.08%-
HSV(B)185.07º46.41%60%-
XYZ19.6624.9633.92-
YUV128.25141.9795.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=21.47%
G=38.48%
B=40.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821471530.460.0400.4185.0730.2146.08
Hex5293992E4028b91e2e
Octal1222232315640502713656
Binary1010010100100111001100110111010001010001011100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529399; }

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

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

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

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

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

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

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

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