#51676D

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

Shades of Smalt Blue #51676D

Tints of Smalt Blue #51676D

Color information

#51676D (or 0x51676D) is unknown color: approx Smalt Blue. HEX triplet: 51, 67 and 6D. RGB value is (81,103,109). Sum of RGB (Red+Green+Blue) = 81+103+109=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #51676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51676D is #AE9892. Grayscale: #616161. Windows color (decimal): -11442323 or 7169873. OLE color: 7169873.

HSL color Cylindrical-coordinate representation of color #51676D: hue angle of 192.86º 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 #51676D is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB81103109-
CMYK0.260.0600.57
HSL192.86º14.74%37.25%-
HSV(B)192.86º25.69%42.75%-
XYZ1112.5516.31-
YUV97.11134.71116.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=27.65%
G=35.15%
B=37.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811031090.260.0600.57192.8614.7437.25
Hex51676D1A6039c1f25
Octal1211471553260713011745
Binary101000111001111101101110101100111001110000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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