#57959D

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

Shades of Half Baked #57959D

Tints of Half Baked #57959D

Color information

#57959D (or 0x57959D) is unknown color: approx Half Baked. HEX triplet: 57, 95 and 9D. RGB value is (87,149,157). Sum of RGB (Red+Green+Blue) = 87+149+157=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #57959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57959D is #A86A62. Grayscale: #838383. Windows color (decimal): -11037283 or 10327383. OLE color: 10327383.

HSL color Cylindrical-coordinate representation of color #57959D: hue angle of 186.86º 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 #57959D is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87149157-
CMYK0.450.0500.38
HSL186.86º28.69%47.84%-
HSV(B)186.86º44.59%61.57%-
XYZ20.7625.9635.81-
YUV131.37142.4696.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.14%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=22.14%
G=37.91%
B=39.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871491570.450.0500.38186.8628.6947.84
Hex57959D2D5026bb1d30
Octal1272252355550462733560
Binary1010111100101011001110110110110101001101011101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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