Html Css Color HEX #516167 Smalt Blue

📋 copy color: '#516167'

red 81 ◦ green 97 ◦ blue 103

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

Shades of Smalt Blue #516167

Tints of Smalt Blue #516167

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.63% from 255) = 36.65%

R = 28.83%
G = 34.52%
B = 36.65%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

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

RGB 81 97 103 -
CMYK 0.21 0.06 0 0.60
HSL 196.36º 0.12% 0.36% -
HSV(B) 196.36º 0.21% 0.4% -
XYZ 10.12 11.28 14.48 -
YUV 92.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 81 97 103 0.21 0.06 0 0.60 196.36 0.12 0.36
Hex 51 61 67 15 6 0 3C C4 C 24
Octal 121 141 147 25 6 0 74 304 14 44
Binary 1010001 1100001 1100111 10101 110 0 111100 11000100 1100 100100

Color Harmonies of #516167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516167

Black with #516167

Text Example


Text Example

White with #516167

Text Example


Text Example

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