#51676F

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

Shades of Smalt Blue #51676F

Tints of Smalt Blue #51676F

Color information

#51676F (or 0x51676F) is unknown color: approx Smalt Blue. HEX triplet: 51, 67 and 6F. RGB value is (81,103,111). Sum of RGB (Red+Green+Blue) = 81+103+111=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #51676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51676F is #AE9890. Grayscale: #616161. Windows color (decimal): -11442321 or 7300945. OLE color: 7300945.

HSL color Cylindrical-coordinate representation of color #51676F: hue angle of 196º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51676F is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB81103111-
CMYK0.270.0700.56
HSL196º15.62%37.65%-
HSV(B)196º27.03%43.53%-
XYZ11.1112.616.88-
YUV97.33135.71116.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=27.46%
G=34.92%
B=37.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811031110.270.0700.5619615.6237.65
Hex51676F1B7038c41026
Octal1211471573370703042046
Binary1010001110011111011111101111101110001100010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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