#529690

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

Shades of Half Baked #529690

Tints of Half Baked #529690

Color information

#529690 (or 0x529690) is unknown color: approx Half Baked. HEX triplet: 52, 96 and 90. RGB value is (82,150,144). Sum of RGB (Red+Green+Blue) = 82+150+144=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #529690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529690 is #AD696F. Grayscale: #808080. Windows color (decimal): -11364720 or 9475666. OLE color: 9475666.

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

Color convert

RGB82150144-
CMYK0.4500.040.41
HSL174.71º29.31%45.49%-
HSV(B)174.71º45.33%58.82%-
XYZ19.4225.6230.31-
YUV128.98136.4794.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=21.81%
G=39.89%
B=38.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501440.4500.040.41174.7129.3145.49
Hex5296902D0429af1d2d
Octal1222262205504512573555
Binary1010010100101101001000010110101001010011010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529690; }

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

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

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

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

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

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

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

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