#516070

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

Shades of Shuttle Grey #516070

Tints of Shuttle Grey #516070

Color information

#516070 (or 0x516070) is unknown color: approx Shuttle Grey. HEX triplet: 51, 60 and 70. RGB value is (81,96,112). Sum of RGB (Red+Green+Blue) = 81+96+112=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #516070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516070 is #AE9F8F. Grayscale: #5D5D5D. Windows color (decimal): -11444112 or 7364689. OLE color: 7364689.

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

Color convert

RGB8196112-
CMYK0.280.1400.56
HSL210.97º16.06%37.84%-
HSV(B)210.97º27.68%43.92%-
XYZ10.511.2816.95-
YUV93.34138.53119.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=28.03%
G=33.22%
B=38.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81961120.280.1400.56210.9716.0637.84
Hex5160701CE038d31026
Octal12114016034160703232046
Binary10100011100000111000011100111001110001101001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516070; }

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

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

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

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

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

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

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

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