Html Css Color HEX #516273 Shuttle Grey

📋 copy color: '#516273'

red 81 ◦ green 98 ◦ blue 115

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

Shades of Shuttle Grey #516273

Tints of Shuttle Grey #516273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 27.55%
G = 33.33%
B = 39.12%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516273 (or 0x516273) is known color: Shuttle Grey. HEX triplet: 51, 62 and 73. RGB value is (81,98,115). Sum of RGB (Red+Green+Blue) = 81+98+115=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #516273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516273 is #AE9D8C. Grayscale: #5E5E5E. Windows color (decimal): -11443597 or 7561809. OLE color: 7561809.

HSL color Cylindrical-coordinate representation of color #516273: hue angle of 210º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516273 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 98 115 -
CMYK 0.30 0.15 0 0.55
HSL 210º 0.17% 0.38% -
HSV(B) 210º 0.3% 0.45% -
XYZ 10.86 11.72 17.91 -
YUV 94.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 81 98 115 0.30 0.15 0 0.55 210 0.17 0.38
Hex 51 62 73 1E F 0 37 D2 11 26
Octal 121 142 163 36 17 0 67 322 21 46
Binary 1010001 1100010 1110011 11110 1111 0 110111 11010010 10001 100110

Color Harmonies of #516273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516273

Black with #516273

Text Example


Text Example

White with #516273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516273; }

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

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

background-color css

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

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

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

border-color css

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

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

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