Html Css Color HEX #516371 Shuttle Grey

📋 copy color: '#516371'

red 81 ◦ green 99 ◦ blue 113

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

Shades of Shuttle Grey #516371

Tints of Shuttle Grey #516371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.57%

R = 27.65%
G = 33.79%
B = 38.57%

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

#516371 (or 0x516371) is known color: Shuttle Grey. HEX triplet: 51, 63 and 71. RGB value is (81,99,113). Sum of RGB (Red+Green+Blue) = 81+99+113=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #516371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516371 is #AE9C8E. Grayscale: #5F5F5F. Windows color (decimal): -11443343 or 7430993. OLE color: 7430993.

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

Color convert

RGB 81 99 113 -
CMYK 0.28 0.12 0 0.56
HSL 206.25º 0.16% 0.38% -
HSV(B) 206.25º 0.28% 0.44% -
XYZ 10.84 11.87 17.34 -
YUV 95.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 81 99 113 0.28 0.12 0 0.56 206.25 0.16 0.38
Hex 51 63 71 1C C 0 38 CE 10 26
Octal 121 143 161 34 14 0 70 316 20 46
Binary 1010001 1100011 1110001 11100 1100 0 111000 11001110 10000 100110

Color Harmonies of #516371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516371

Black with #516371

Text Example


Text Example

White with #516371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516371; }

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

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

background-color css

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

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

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

border-color css

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

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

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