#578885

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

Shades of Half Baked #578885

Tints of Half Baked #578885

Color information

#578885 (or 0x578885) is unknown color: approx Half Baked. HEX triplet: 57, 88 and 85. RGB value is (87,136,133). Sum of RGB (Red+Green+Blue) = 87+136+133=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #578885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578885 is #A8777A. Grayscale: #787878. Windows color (decimal): -11040635 or 8751191. OLE color: 8751191.

HSL color Cylindrical-coordinate representation of color #578885: hue angle of 176.33º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #578885 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB87136133-
CMYK0.3600.020.47
HSL176.33º21.97%43.73%-
HSV(B)176.33º36.03%53.33%-
XYZ16.9721.3325.41-
YUV121.01134.77103.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=24.44%
G=38.20%
B=37.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871361330.3600.020.47176.3321.9743.73
Hex57888524022Fb0162c
Octal1272102054402572602654
Binary101011110001000100001011001000101011111011000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578885; }

 p { color: rgb(87,136,133); }

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

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

 a { background-color: rgb(87,136,133); }

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

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

 span { border-color: rgb(87,136,133); }

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