Html Css Color HEX #516266 Smalt Blue

📋 copy color: '#516266'

red 81 ◦ green 98 ◦ blue 102

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

Shades of Smalt Blue #516266

Tints of Smalt Blue #516266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 28.83%
G = 34.88%
B = 36.3%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#516266 (or 0x516266) is known color: Smalt Blue. HEX triplet: 51, 62 and 66. RGB value is (81,98,102). Sum of RGB (Red+Green+Blue) = 81+98+102=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #516266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516266 is #AE9D99. Grayscale: #5D5D5D. Windows color (decimal): -11443610 or 6709841. OLE color: 6709841.

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

Color convert

RGB 81 98 102 -
CMYK 0.21 0.04 0 0.6
HSL 191.43º 0.11% 0.36% -
HSV(B) 191.43º 0.21% 0.4% -
XYZ 10.16 11.44 14.24 -
YUV 93.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 81 98 102 0.21 0.04 0 0.6 191.43 0.11 0.36
Hex 51 62 66 15 4 0 3C BF B 24
Octal 121 142 146 25 4 0 74 277 13 44
Binary 1010001 1100010 1100110 10101 100 0 111100 10111111 1011 100100

Color Harmonies of #516266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516266

Black with #516266

Text Example


Text Example

White with #516266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516266; }

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

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

background-color css

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

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

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

border-color css

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

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

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