#51656C

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

Shades of Smalt Blue #51656C

Tints of Smalt Blue #51656C

Color information

#51656C (or 0x51656C) is unknown color: approx Smalt Blue. HEX triplet: 51, 65 and 6C. RGB value is (81,101,108). Sum of RGB (Red+Green+Blue) = 81+101+108=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #51656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51656C is #AE9A93. Grayscale: #5F5F5F. Windows color (decimal): -11442836 or 7103825. OLE color: 7103825.

HSL color Cylindrical-coordinate representation of color #51656C: hue angle of 195.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51656C is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB81101108-
CMYK0.250.0600.58
HSL195.56º14.29%37.06%-
HSV(B)195.56º25%42.35%-
XYZ10.7512.1415.96-
YUV95.82134.87117.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=27.93%
G=34.83%
B=37.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal811011080.250.0600.58195.5614.2937.06
Hex51656C19603Ac4e25
Octal1211451543160723041645
Binary101000111001011101100110011100111010110001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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