Html Css Color HEX #516271 Shuttle Grey

📋 copy color: '#516271'

red 81 ◦ green 98 ◦ blue 113

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

Shades of Shuttle Grey #516271

Tints of Shuttle Grey #516271

RGB

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

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

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

R = 27.74%
G = 33.56%
B = 38.7%

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

#516271 (or 0x516271) is known color: Shuttle Grey. HEX triplet: 51, 62 and 71. RGB value is (81,98,113). Sum of RGB (Red+Green+Blue) = 81+98+113=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #516271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516271 is #AE9D8E. Grayscale: #5E5E5E. Windows color (decimal): -11443599 or 7430737. OLE color: 7430737.

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

Color convert

RGB 81 98 113 -
CMYK 0.28 0.13 0 0.56
HSL 208.13º 0.16% 0.38% -
HSV(B) 208.13º 0.28% 0.44% -
XYZ 10.74 11.68 17.31 -
YUV 94.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 81 98 113 0.28 0.13 0 0.56 208.13 0.16 0.38
Hex 51 62 71 1C D 0 38 D0 10 26
Octal 121 142 161 34 15 0 70 320 20 46
Binary 1010001 1100010 1110001 11100 1101 0 111000 11010000 10000 100110

Color Harmonies of #516271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516271

Black with #516271

Text Example


Text Example

White with #516271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516271; }

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

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

background-color css

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

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

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

border-color css

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

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

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