#578B96

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

Shades of Half Baked #578B96

Tints of Half Baked #578B96

Color information

#578B96 (or 0x578B96) is unknown color: approx Half Baked. HEX triplet: 57, 8B and 96. RGB value is (87,139,150). Sum of RGB (Red+Green+Blue) = 87+139+150=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #578B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578B96 is #A87469. Grayscale: #7C7C7C. Windows color (decimal): -11039850 or 9866071. OLE color: 9866071.

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

Color convert

RGB87139150-
CMYK0.420.0700.41
HSL190.48º26.58%46.47%-
HSV(B)190.48º42%58.82%-
XYZ18.6722.6932.25-
YUV124.71142.27101.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 150 (58.98% from 255) = 39.89%
R=23.14%
G=36.97%
B=39.89%

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
Decimal871391500.420.0700.41190.4826.5846.47
Hex578B962A7029be1b2e
Octal1272132265270512763356
Binary1010111100010111001011010101011101010011011111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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