#529B99

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

Shades of Half Baked #529B99

Tints of Half Baked #529B99

Color information

#529B99 (or 0x529B99) is unknown color: approx Half Baked. HEX triplet: 52, 9B and 99. RGB value is (82,155,153). Sum of RGB (Red+Green+Blue) = 82+155+153=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #529B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B99 is #AD6466. Grayscale: #848484. Windows color (decimal): -11363431 or 10066770. OLE color: 10066770.

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

Color convert

RGB82155153-
CMYK0.4700.010.39
HSL178.36º30.8%46.47%-
HSV(B)178.36º47.1%60.78%-
XYZ20.9527.5434.35-
YUV132.94139.3291.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 155 (60.94% from 255) = 39.74%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=21.03%
G=39.74%
B=39.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551530.4700.010.39178.3630.846.47
Hex529B992F0127b21f2e
Octal1222332315701472623756
Binary10100101001101110011001101111011001111011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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