#529392

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

Shades of Half Baked #529392

Tints of Half Baked #529392

Color information

#529392 (or 0x529392) is unknown color: approx Half Baked. HEX triplet: 52, 93 and 92. RGB value is (82,147,146). Sum of RGB (Red+Green+Blue) = 82+147+146=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #529392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529392 is #AD6C6D. Grayscale: #7F7F7F. Windows color (decimal): -11365486 or 9605970. OLE color: 9605970.

HSL color Cylindrical-coordinate representation of color #529392: hue angle of 179.08º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529392 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB82147146-
CMYK0.4400.010.42
HSL179.08º28.38%44.9%-
HSV(B)179.08º44.22%57.65%-
XYZ19.124.7430.96-
YUV127.45138.4795.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=21.87%
G=39.2%
B=38.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471460.4400.010.42179.0828.3844.9
Hex5293922C012Ab31c2d
Octal1222232225401522633455
Binary10100101001001110010010101100011010101011001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529392; }

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

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

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

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

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

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

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

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