#529899

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

Shades of Half Baked #529899

Tints of Half Baked #529899

Color information

#529899 (or 0x529899) is unknown color: approx Half Baked. HEX triplet: 52, 98 and 99. RGB value is (82,152,153). Sum of RGB (Red+Green+Blue) = 82+152+153=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #529899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529899 is #AD6766. Grayscale: #838383. Windows color (decimal): -11364199 or 10066002. OLE color: 10066002.

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

Color convert

RGB82152153-
CMYK0.460.0100.4
HSL180.85º30.21%46.08%-
HSV(B)180.85º46.41%60%-
XYZ20.4626.5534.18-
YUV131.18140.3192.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=21.19%
G=39.28%
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.4
SystemRedGreenBlueCMYKHSL
Decimal821521530.460.0100.4180.8530.2146.08
Hex5298992E1028b51e2e
Octal1222302315610502653656
Binary10100101001100010011001101110101010001011010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529899; }

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

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

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

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

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

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

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

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