#529590

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

Shades of Half Baked #529590

Tints of Half Baked #529590

Color information

#529590 (or 0x529590) is unknown color: approx Half Baked. HEX triplet: 52, 95 and 90. RGB value is (82,149,144). Sum of RGB (Red+Green+Blue) = 82+149+144=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #529590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529590 is #AD6A6F. Grayscale: #808080. Windows color (decimal): -11364976 or 9475410. OLE color: 9475410.

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

Color convert

RGB82149144-
CMYK0.4500.030.42
HSL175.52º29%45.29%-
HSV(B)175.52º44.97%58.43%-
XYZ19.2625.330.25-
YUV128.4136.894.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=21.87%
G=39.73%
B=38.4%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491440.4500.030.42175.522945.29
Hex5295902D032Ab01d2d
Octal1222252205503522603555
Binary101001010010101100100001011010111010101011000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529590; }

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

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

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

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

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

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

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

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