Html Css Color HEX #516166 Smalt Blue

📋 copy color: '#516166'

red 81 ◦ green 97 ◦ blue 102

#516166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #516166

Tints of Smalt Blue #516166

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 value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#516166 (or 0x516166) is known color: 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

RGB 81 97 102 -
CMYK 0.21 0.05 0 0.6
HSL 194.29º 0.11% 0.36% -
HSV(B) 194.29º 0.21% 0.4% -
XYZ 10.07 11.26 14.21 -
YUV 92.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 81 97 102 0.21 0.05 0 0.6 194.29 0.11 0.36
Hex 51 61 66 15 5 0 3C C2 B 24
Octal 121 141 146 25 5 0 74 302 13 44
Binary 1010001 1100001 1100110 10101 101 0 111100 11000010 1011 100100

Color Harmonies of #516166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516166

Black with #516166

Text Example


Text Example

White with #516166

Text Example


Text Example

HTML Codes & Css Web 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>