Html Css Color HEX #516267 Smalt Blue

📋 copy color: '#516267'

red 81 ◦ green 98 ◦ blue 103

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

Shades of Smalt Blue #516267

Tints of Smalt Blue #516267

RGB

 RED value IS 81 (32.03% from 255) = 28.72%

 GREEN value IS 98 (38.67% from 255) = 34.75%

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 28.72%
G = 34.75%
B = 36.52%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#516267 (or 0x516267) is known color: Smalt Blue. HEX triplet: 51, 62 and 67. RGB value is (81,98,103). Sum of RGB (Red+Green+Blue) = 81+98+103=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #516267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516267 is #AE9D98. Grayscale: #5D5D5D. Windows color (decimal): -11443609 or 6775377. OLE color: 6775377.

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

Color convert

RGB 81 98 103 -
CMYK 0.21 0.05 0 0.60
HSL 193.64º 0.12% 0.36% -
HSV(B) 193.64º 0.21% 0.4% -
XYZ 10.21 11.46 14.51 -
YUV 93.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 81 98 103 0.21 0.05 0 0.60 193.64 0.12 0.36
Hex 51 62 67 15 5 0 3C C2 C 24
Octal 121 142 147 25 5 0 74 302 14 44
Binary 1010001 1100010 1100111 10101 101 0 111100 11000010 1100 100100

Color Harmonies of #516267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516267

Black with #516267

Text Example


Text Example

White with #516267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516267; }

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

 H1.HeaderClassName
 {
   color: #516267;
 }
 .AnyTagClassName
 {
   color: #516267;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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