#57949C

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

Shades of Half Baked #57949C

Tints of Half Baked #57949C

Color information

#57949C (or 0x57949C) is unknown color: approx Half Baked. HEX triplet: 57, 94 and 9C. RGB value is (87,148,156). Sum of RGB (Red+Green+Blue) = 87+148+156=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #57949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57949C is #A86B63. Grayscale: #828282. Windows color (decimal): -11037540 or 10261591. OLE color: 10261591.

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

Color convert

RGB87148156-
CMYK0.440.0500.39
HSL186.96º28.4%47.65%-
HSV(B)186.96º44.23%61.18%-
XYZ20.5225.6135.31-
YUV130.67142.2996.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.25%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=22.25%
G=37.85%
B=39.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871481560.440.0500.39186.9628.447.65
Hex57949C2C5027bb1c30
Octal1272242345450472733460
Binary1010111100101001001110010110010101001111011101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57949C; }

 p { color: rgb(87,148,156); }

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

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

 a { background-color: rgb(87,148,156); }

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

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

 span { border-color: rgb(87,148,156); }

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