#516166

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

Shades of Smalt Blue #516166

Tints of Smalt Blue #516166

Color information

#516166 (or 0x516166) is unknown color: approx Smalt Blue. HEX triplet: 51, 61 and 66. RGB value is (81,97,102). Sum of RGB (Red+Green+Blue) = 81+97+102=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #516166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516166 is #AE9E99. Grayscale: #5C5C5C. Windows color (decimal): -11443866 or 6709585. OLE color: 6709585.

HSL color Cylindrical-coordinate representation of color #516166: hue angle of 194.29º degrees, saturation: 0.11, 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 #516166 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8197102-
CMYK0.210.0500.6
HSL194.29º11.48%35.88%-
HSV(B)194.29º20.59%40%-
XYZ10.0711.2614.21-
YUV92.79133.2119.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=28.93%
G=34.64%
B=36.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81971020.210.0500.6194.2911.4835.88
Hex51616615503Cc2b24
Octal1211411462550743021344
Binary101000111000011100110101011010111100110000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516166; }

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

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

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

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

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

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

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

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