#56656A

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

Shades of Smalt Blue #56656A

Tints of Smalt Blue #56656A

Color information

#56656A (or 0x56656A) is unknown color: approx Smalt Blue. HEX triplet: 56, 65 and 6A. RGB value is (86,101,106). Sum of RGB (Red+Green+Blue) = 86+101+106=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #56656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56656A is #A99A95. Grayscale: #616161. Windows color (decimal): -11115158 or 6972758. OLE color: 6972758.

HSL color Cylindrical-coordinate representation of color #56656A: hue angle of 195º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #56656A is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB86101106-
CMYK0.190.0500.58
HSL195º10.42%37.65%-
HSV(B)195º18.87%41.57%-
XYZ11.0912.3315.43-
YUV97.08133.03120.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=29.35%
G=34.47%
B=36.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal861011060.190.0500.5819510.4237.65
Hex56656A13503Ac3a26
Octal1261451522350723031246
Binary101011011001011101010100111010111010110000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56656A; }

 p { color: rgb(86,101,106); }

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

<style>
 a { background-color: #56656A; }

 a { background-color: rgb(86,101,106); }

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

<style>
 span { border-color: #56656A; }

 span { border-color: rgb(86,101,106); }

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