Html Css Color HEX #516476 Shuttle Grey

📋 copy color: '#516476'

red 81 ◦ green 100 ◦ blue 118

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

Shades of Shuttle Grey #516476

Tints of Shuttle Grey #516476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 27.09%
G = 33.44%
B = 39.46%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516476 (or 0x516476) is known color: Shuttle Grey. HEX triplet: 51, 64 and 76. RGB value is (81,100,118). Sum of RGB (Red+Green+Blue) = 81+100+118=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #516476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516476 is #AE9B89. Grayscale: #606060. Windows color (decimal): -11443082 or 7758929. OLE color: 7758929.

HSL color Cylindrical-coordinate representation of color #516476: hue angle of 209.19º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516476 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 100 118 -
CMYK 0.31 0.15 0 0.54
HSL 209.19º 0.19% 0.39% -
HSV(B) 209.19º 0.31% 0.46% -
XYZ 11.22 12.17 18.9 -
YUV 96.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 81 100 118 0.31 0.15 0 0.54 209.19 0.19 0.39
Hex 51 64 76 1F F 0 36 D1 13 27
Octal 121 144 166 37 17 0 66 321 23 47
Binary 1010001 1100100 1110110 11111 1111 0 110110 11010001 10011 100111

Color Harmonies of #516476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516476

Black with #516476

Text Example


Text Example

White with #516476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516476; }

 p { color: rgb(81,100,118); }

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

background-color css

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

 a { background-color: rgb(81,100,118); }

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

border-color css

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

 span { border-color: rgb(81,100,118); }

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