#578F96

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

Shades of Half Baked #578F96

Tints of Half Baked #578F96

Color information

#578F96 (or 0x578F96) is unknown color: approx Half Baked. HEX triplet: 57, 8F and 96. RGB value is (87,143,150). Sum of RGB (Red+Green+Blue) = 87+143+150=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #578F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578F96 is #A87069. Grayscale: #7E7E7E. Windows color (decimal): -11038826 or 9867095. OLE color: 9867095.

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

Color convert

RGB87143150-
CMYK0.420.0500.41
HSL186.67º26.58%46.47%-
HSV(B)186.67º42%58.82%-
XYZ19.2623.8732.45-
YUV127.05140.9599.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 150 (58.98% from 255) = 39.47%
R=22.89%
G=37.63%
B=39.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871431500.420.0500.41186.6726.5846.47
Hex578F962A5029bb1b2e
Octal1272172265250512733356
Binary1010111100011111001011010101010101010011011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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