#516370

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

Shades of Shuttle Grey #516370

Tints of Shuttle Grey #516370

Color information

#516370 (or 0x516370) is unknown color: approx Shuttle Grey. HEX triplet: 51, 63 and 70. RGB value is (81,99,112). Sum of RGB (Red+Green+Blue) = 81+99+112=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #516370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516370 is #AE9C8F. Grayscale: #5F5F5F. Windows color (decimal): -11443344 or 7365457. OLE color: 7365457.

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

Color convert

RGB8199112-
CMYK0.280.1200.56
HSL205.16º16.06%37.84%-
HSV(B)205.16º27.68%43.92%-
XYZ10.7811.8417.05-
YUV95.1137.54117.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=27.74%
G=33.90%
B=38.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81991120.280.1200.56205.1616.0637.84
Hex5163701CC038cd1026
Octal12114316034140703152046
Binary10100011100011111000011100110001110001100110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516370; }

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

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

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

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

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

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

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

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