#529395

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

Shades of Half Baked #529395

Tints of Half Baked #529395

Color information

#529395 (or 0x529395) is unknown color: approx Half Baked. HEX triplet: 52, 93 and 95. RGB value is (82,147,149). Sum of RGB (Red+Green+Blue) = 82+147+149=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #529395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529395 is #AD6C6A. Grayscale: #7F7F7F. Windows color (decimal): -11365483 or 9802578. OLE color: 9802578.

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

Color convert

RGB82147149-
CMYK0.450.0100.42
HSL181.79º29%45.29%-
HSV(B)181.79º44.97%58.43%-
XYZ19.3424.8332.21-
YUV127.79139.9795.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=21.69%
G=38.89%
B=39.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471490.450.0100.42181.792945.29
Hex5293952D102Ab61d2d
Octal1222232255510522663555
Binary10100101001001110010101101101101010101011011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529395; }

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

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

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

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

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

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

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

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