Html Css Color HEX #516170 Shuttle Grey

📋 copy color: '#516170'

red 81 ◦ green 97 ◦ blue 112

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

Shades of Shuttle Grey #516170

Tints of Shuttle Grey #516170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 27.93%
G = 33.45%
B = 38.62%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#516170 (or 0x516170) is known color: Shuttle Grey. HEX triplet: 51, 61 and 70. RGB value is (81,97,112). Sum of RGB (Red+Green+Blue) = 81+97+112=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #516170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516170 is #AE9E8F. Grayscale: #5D5D5D. Windows color (decimal): -11443856 or 7364945. OLE color: 7364945.

HSL color Cylindrical-coordinate representation of color #516170: hue angle of 209.03º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516170 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 97 112 -
CMYK 0.28 0.13 0 0.56
HSL 209.03º 0.16% 0.38% -
HSV(B) 209.03º 0.28% 0.44% -
XYZ 10.59 11.47 16.98 -
YUV 93.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 81 97 112 0.28 0.13 0 0.56 209.03 0.16 0.38
Hex 51 61 70 1C D 0 38 D1 10 26
Octal 121 141 160 34 15 0 70 321 20 46
Binary 1010001 1100001 1110000 11100 1101 0 111000 11010001 10000 100110

Color Harmonies of #516170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516170

Black with #516170

Text Example


Text Example

White with #516170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516170; }

 p { color: rgb(81,97,112); }

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

background-color css

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

 a { background-color: rgb(81,97,112); }

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

border-color css

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

 span { border-color: rgb(81,97,112); }

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