#51666D

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

Shades of Smalt Blue #51666D

Tints of Smalt Blue #51666D

Color information

#51666D (or 0x51666D) is unknown color: approx Smalt Blue. HEX triplet: 51, 66 and 6D. RGB value is (81,102,109). Sum of RGB (Red+Green+Blue) = 81+102+109=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #51666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51666D is #AE9992. Grayscale: #606060. Windows color (decimal): -11442579 or 7169617. OLE color: 7169617.

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

Color convert

RGB81102109-
CMYK0.260.0600.57
HSL195º14.74%37.25%-
HSV(B)195º25.69%42.75%-
XYZ10.9112.3616.28-
YUV96.52135.04116.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=27.74%
G=34.93%
B=37.33%

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
Decimal811021090.260.0600.5719514.7437.25
Hex51666D1A6039c3f25
Octal1211461553260713031745
Binary101000111001101101101110101100111001110000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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