#57959E

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

Shades of Half Baked #57959E

Tints of Half Baked #57959E

Color information

#57959E (or 0x57959E) is unknown color: approx Half Baked. HEX triplet: 57, 95 and 9E. RGB value is (87,149,158). Sum of RGB (Red+Green+Blue) = 87+149+158=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #57959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57959E is #A86A61. Grayscale: #838383. Windows color (decimal): -11037282 or 10392919. OLE color: 10392919.

HSL color Cylindrical-coordinate representation of color #57959E: hue angle of 187.61º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57959E is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87149158-
CMYK0.450.0600.38
HSL187.61º28.98%48.04%-
HSV(B)187.61º44.94%61.96%-
XYZ20.8525.9936.27-
YUV131.49142.9696.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.08%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=22.08%
G=37.82%
B=40.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871491580.450.0600.38187.6128.9848.04
Hex57959E2D6026bc1d30
Octal1272252365560462743560
Binary1010111100101011001111010110111001001101011110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57959E; }

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

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

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

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

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

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

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

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