#516167

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

Shades of Smalt Blue #516167

Tints of Smalt Blue #516167

Color information

#516167 (or 0x516167) is unknown color: approx Smalt Blue. HEX triplet: 51, 61 and 67. RGB value is (81,97,103). Sum of RGB (Red+Green+Blue) = 81+97+103=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #516167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516167 is #AE9E98. Grayscale: #5C5C5C. Windows color (decimal): -11443865 or 6775121. OLE color: 6775121.

HSL color Cylindrical-coordinate representation of color #516167: hue angle of 196.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516167 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8197103-
CMYK0.210.0600.60
HSL196.36º11.96%36.08%-
HSV(B)196.36º21.36%40.39%-
XYZ10.1211.2814.48-
YUV92.9133.7119.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=28.83%
G=34.52%
B=36.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81971030.210.0600.60196.3611.9636.08
Hex51616715603Cc4c24
Octal1211411472560743041444
Binary101000111000011100111101011100111100110001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516167; }

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

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

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

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

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

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

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

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