#51656D

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

Shades of Smalt Blue #51656D

Tints of Smalt Blue #51656D

Color information

#51656D (or 0x51656D) is unknown color: approx Smalt Blue. HEX triplet: 51, 65 and 6D. RGB value is (81,101,109). Sum of RGB (Red+Green+Blue) = 81+101+109=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #51656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51656D is #AE9A92. Grayscale: #5F5F5F. Windows color (decimal): -11442835 or 7169361. OLE color: 7169361.

HSL color Cylindrical-coordinate representation of color #51656D: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51656D is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB81101109-
CMYK0.260.0700.57
HSL197.14º14.74%37.25%-
HSV(B)197.14º25.69%42.75%-
XYZ10.8112.1616.25-
YUV95.93135.37117.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=27.84%
G=34.71%
B=37.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811011090.260.0700.57197.1414.7437.25
Hex51656D1A7039c5f25
Octal1211451553270713051745
Binary101000111001011101101110101110111001110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51656D; }

 p { color: rgb(81,101,109); }

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

<style>
 a { background-color: #51656D; }

 a { background-color: rgb(81,101,109); }

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

<style>
 span { border-color: #51656D; }

 span { border-color: rgb(81,101,109); }

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