#578C96

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

Shades of Half Baked #578C96

Tints of Half Baked #578C96

Color information

#578C96 (or 0x578C96) is unknown color: approx Half Baked. HEX triplet: 57, 8C and 96. RGB value is (87,140,150). Sum of RGB (Red+Green+Blue) = 87+140+150=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #578C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578C96 is #A87369. Grayscale: #7D7D7D. Windows color (decimal): -11039594 or 9866327. OLE color: 9866327.

HSL color Cylindrical-coordinate representation of color #578C96: hue angle of 189.52º 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 #578C96 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87140150-
CMYK0.420.0700.41
HSL189.52º26.58%46.47%-
HSV(B)189.52º42%58.82%-
XYZ18.8122.9832.3-
YUV125.29141.94100.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=23.08%
G=37.14%
B=39.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871401500.420.0700.41189.5226.5846.47
Hex578C962A7029be1b2e
Octal1272142265270512763356
Binary1010111100011001001011010101011101010011011111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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