#529390

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

Shades of Half Baked #529390

Tints of Half Baked #529390

Color information

#529390 (or 0x529390) is unknown color: approx Half Baked. HEX triplet: 52, 93 and 90. RGB value is (82,147,144). Sum of RGB (Red+Green+Blue) = 82+147+144=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #529390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529390 is #AD6C6F. Grayscale: #7F7F7F. Windows color (decimal): -11365488 or 9474898. OLE color: 9474898.

HSL color Cylindrical-coordinate representation of color #529390: hue angle of 177.23º 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 #529390 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB82147144-
CMYK0.4400.020.42
HSL177.23º28.38%44.9%-
HSV(B)177.23º44.22%57.65%-
XYZ18.9524.6730.15-
YUV127.22137.4795.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=21.98%
G=39.41%
B=38.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471440.4400.020.42177.2328.3844.9
Hex5293902C022Ab11c2d
Octal1222232205402522613455
Binary101001010010011100100001011000101010101011000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529390; }

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

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

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

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

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

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

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

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