#578F95

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

Shades of Half Baked #578F95

Tints of Half Baked #578F95

Color information

#578F95 (or 0x578F95) is unknown color: approx Half Baked. HEX triplet: 57, 8F and 95. RGB value is (87,143,149). Sum of RGB (Red+Green+Blue) = 87+143+149=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #578F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578F95 is #A8706A. Grayscale: #7E7E7E. Windows color (decimal): -11038827 or 9801559. OLE color: 9801559.

HSL color Cylindrical-coordinate representation of color #578F95: hue angle of 185.81º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578F95 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87143149-
CMYK0.420.0400.42
HSL185.81º26.27%46.27%-
HSV(B)185.81º41.61%58.43%-
XYZ19.1823.8432.02-
YUV126.94140.4599.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=22.96%
G=37.73%
B=39.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871431490.420.0400.42185.8126.2746.27
Hex578F952A402Aba1a2e
Octal1272172255240522723256
Binary1010111100011111001010110101010001010101011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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