#57979B

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

Shades of Half Baked #57979B

Tints of Half Baked #57979B

Color information

#57979B (or 0x57979B) is unknown color: approx Half Baked. HEX triplet: 57, 97 and 9B. RGB value is (87,151,155). Sum of RGB (Red+Green+Blue) = 87+151+155=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #57979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57979B is #A86864. Grayscale: #848484. Windows color (decimal): -11036773 or 10196823. OLE color: 10196823.

HSL color Cylindrical-coordinate representation of color #57979B: hue angle of 183.53º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57979B is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87151155-
CMYK0.440.0300.39
HSL183.53º28.1%47.45%-
HSV(B)183.53º43.87%60.78%-
XYZ20.9126.5335.03-
YUV132.32140.895.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.14%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=22.14%
G=38.42%
B=39.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871511550.440.0300.39183.5328.147.45
Hex57979B2C3027b81c2f
Octal1272272335430472703457
Binary101011110010111100110111011001101001111011100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57979B; }

 p { color: rgb(87,151,155); }

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

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

 a { background-color: rgb(87,151,155); }

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

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

 span { border-color: rgb(87,151,155); }

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