#516473

Color #516473 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #516473

Tints of Shuttle Grey #516473

Color information

#516473 (or 0x516473) is unknown color: approx Shuttle Grey. HEX triplet: 51, 64 and 73. RGB value is (81,100,115). Sum of RGB (Red+Green+Blue) = 81+100+115=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #516473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516473 is #AE9B8C. Grayscale: #5F5F5F. Windows color (decimal): -11443085 or 7562321. OLE color: 7562321.

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

Color convert

RGB81100115-
CMYK0.300.1300.55
HSL206.47º17.35%38.43%-
HSV(B)206.47º29.57%45.1%-
XYZ11.0512.117.97-
YUV96.03138.71117.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=27.36%
G=33.78%
B=38.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811001150.300.1300.55206.4717.3538.43
Hex5164731ED037ce1126
Octal12114416336150673162146
Binary10100011100100111001111110110101101111100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516473; }

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

 H1.HeaderClassName
 {
   color: #516473;
 }
 .AnyTagClassName
 {
   color: #516473;
 }
</style>
background-color css

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

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

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

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

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

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