#578991

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

Shades of Half Baked #578991

Tints of Half Baked #578991

Color information

#578991 (or 0x578991) is unknown color: approx Half Baked. HEX triplet: 57, 89 and 91. RGB value is (87,137,145). Sum of RGB (Red+Green+Blue) = 87+137+145=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #578991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578991 is #A8766E. Grayscale: #7A7A7A. Windows color (decimal): -11040367 or 9537879. OLE color: 9537879.

HSL color Cylindrical-coordinate representation of color #578991: hue angle of 188.28º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #578991 is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87137145-
CMYK0.40.0600.43
HSL188.28º25%45.49%-
HSV(B)188.28º40%56.86%-
XYZ17.9921.9630.08-
YUV122.96140.44102.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.58%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=23.58%
G=37.13%
B=39.30%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871371450.40.0600.43188.282545.49
Hex57899128602Bbc192d
Octal1272112215060532743155
Binary1010111100010011001000110100011001010111011110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578991; }

 p { color: rgb(87,137,145); }

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

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

 a { background-color: rgb(87,137,145); }

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

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

 span { border-color: rgb(87,137,145); }

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