#529593

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

Shades of Half Baked #529593

Tints of Half Baked #529593

Color information

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

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

Color convert

RGB82149147-
CMYK0.4500.010.42
HSL178.21º29%45.29%-
HSV(B)178.21º44.97%58.43%-
XYZ19.4925.431.48-
YUV128.74138.394.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491470.4500.010.42178.212945.29
Hex5295932D012Ab21d2d
Octal1222252235501522623555
Binary10100101001010110010011101101011010101011001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529593; }

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

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

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

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

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

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

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

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