#56949C

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

Shades of Half Baked #56949C

Tints of Half Baked #56949C

Color information

#56949C (or 0x56949C) is unknown color: approx Half Baked. HEX triplet: 56, 94 and 9C. RGB value is (86,148,156). Sum of RGB (Red+Green+Blue) = 86+148+156=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #56949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56949C is #A96B63. Grayscale: #828282. Windows color (decimal): -11103076 or 10261590. OLE color: 10261590.

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

Color convert

RGB86148156-
CMYK0.450.0500.39
HSL186.86º28.93%47.45%-
HSV(B)186.86º44.87%61.18%-
XYZ20.4325.5635.31-
YUV130.37142.4696.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 156 (61.33% from 255) = 40%
R=22.05%
G=37.95%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861481560.450.0500.39186.8628.9347.45
Hex56949C2D5027bb1d2f
Octal1262242345550472733557
Binary1010110100101001001110010110110101001111011101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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