Html Css Color HEX #516370 Shuttle Grey

📋 copy color: '#516370'

red 81 ◦ green 99 ◦ blue 112

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

Shades of Shuttle Grey #516370

Tints of Shuttle Grey #516370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 27.74%
G = 33.9%
B = 38.36%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#516370 (or 0x516370) is known color: Shuttle Grey. HEX triplet: 51, 63 and 70. RGB value is (81,99,112). Sum of RGB (Red+Green+Blue) = 81+99+112=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #516370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516370 is #AE9C8F. Grayscale: #5F5F5F. Windows color (decimal): -11443344 or 7365457. OLE color: 7365457.

HSL color Cylindrical-coordinate representation of color #516370: hue angle of 205.16º 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 #516370 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 99 112 -
CMYK 0.28 0.12 0 0.56
HSL 205.16º 0.16% 0.38% -
HSV(B) 205.16º 0.28% 0.44% -
XYZ 10.78 11.84 17.05 -
YUV 95.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 81 99 112 0.28 0.12 0 0.56 205.16 0.16 0.38
Hex 51 63 70 1C C 0 38 CD 10 26
Octal 121 143 160 34 14 0 70 315 20 46
Binary 1010001 1100011 1110000 11100 1100 0 111000 11001101 10000 100110

Color Harmonies of #516370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516370

Black with #516370

Text Example


Text Example

White with #516370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516370; }

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

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

background-color css

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

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

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

border-color css

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

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

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