#56666B

Color #56666B Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #56666B

Tints of Smalt Blue #56666B

Color information

#56666B (or 0x56666B) is unknown color: approx Smalt Blue. HEX triplet: 56, 66 and 6B. RGB value is (86,102,107). Sum of RGB (Red+Green+Blue) = 86+102+107=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: blue. Hex color #56666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56666B is #A99994. Grayscale: #616161. Windows color (decimal): -11114901 or 7038550. OLE color: 7038550.

HSL color Cylindrical-coordinate representation of color #56666B: hue angle of 194.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56666B is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB86102107-
CMYK0.200.0500.58
HSL194.29º10.88%37.84%-
HSV(B)194.29º19.63%41.96%-
XYZ11.2412.5415.74-
YUV97.79133.2119.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=29.15%
G=34.58%
B=36.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal861021070.200.0500.58194.2910.8837.84
Hex56666B14503Ac2b26
Octal1261461532450723021346
Binary101011011001101101011101001010111010110000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,102,107); }

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

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

 a { background-color: rgb(86,102,107); }

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

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

 span { border-color: rgb(86,102,107); }

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