#578888

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

Shades of Half Baked #578888

Tints of Half Baked #578888

Color information

#578888 (or 0x578888) is unknown color: approx Half Baked. HEX triplet: 57, 88 and 88. RGB value is (87,136,136). Sum of RGB (Red+Green+Blue) = 87+136+136=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #578888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578888 is #A87777. Grayscale: #797979. Windows color (decimal): -11040632 or 8947799. OLE color: 8947799.

HSL color Cylindrical-coordinate representation of color #578888: hue angle of 180º 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 #578888 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87136136-
CMYK0.36000.47
HSL180º21.97%43.73%-
HSV(B)180º36.03%53.33%-
XYZ17.1821.4126.52-
YUV121.35136.27103.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=24.23%
G=37.88%
B=37.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871361360.36000.4718021.9743.73
Hex57888824002Fb4162c
Octal1272102104400572642654
Binary10101111000100010001000100100001011111011010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578888; }

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

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

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

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

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

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

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

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