#529A99

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

Shades of Half Baked #529A99

Tints of Half Baked #529A99

Color information

#529A99 (or 0x529A99) is unknown color: approx Half Baked. HEX triplet: 52, 9A and 99. RGB value is (82,154,153). Sum of RGB (Red+Green+Blue) = 82+154+153=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #529A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A99 is #AD6566. Grayscale: #848484. Windows color (decimal): -11363687 or 10066514. OLE color: 10066514.

HSL color Cylindrical-coordinate representation of color #529A99: hue angle of 179.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A99 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB82154153-
CMYK0.4700.010.40
HSL179.17º30.51%46.27%-
HSV(B)179.17º46.75%60.39%-
XYZ20.7927.234.29-
YUV132.36139.6592.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=21.08%
G=39.59%
B=39.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821541530.4700.010.40179.1730.5146.27
Hex529A992F0128b31f2e
Octal1222322315701502633756
Binary10100101001101010011001101111011010001011001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529A99; }

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

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

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

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

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

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

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

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