#578D96

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

Shades of Half Baked #578D96

Tints of Half Baked #578D96

Color information

#578D96 (or 0x578D96) is unknown color: approx Half Baked. HEX triplet: 57, 8D and 96. RGB value is (87,141,150). Sum of RGB (Red+Green+Blue) = 87+141+150=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #578D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578D96 is #A87269. Grayscale: #7D7D7D. Windows color (decimal): -11039338 or 9866583. OLE color: 9866583.

HSL color Cylindrical-coordinate representation of color #578D96: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578D96 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87141150-
CMYK0.420.0600.41
HSL188.57º26.58%46.47%-
HSV(B)188.57º42%58.82%-
XYZ18.9623.2832.35-
YUV125.88141.61100.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=23.02%
G=37.30%
B=39.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871411500.420.0600.41188.5726.5846.47
Hex578D962A6029bd1b2e
Octal1272152265260512753356
Binary1010111100011011001011010101011001010011011110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578D96; }

 p { color: rgb(87,141,150); }

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

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

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

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

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

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

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