#516270

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

Shades of Shuttle Grey #516270

Tints of Shuttle Grey #516270

Color information

#516270 (or 0x516270) is unknown color: approx Shuttle Grey. HEX triplet: 51, 62 and 70. RGB value is (81,98,112). Sum of RGB (Red+Green+Blue) = 81+98+112=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #516270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516270 is #AE9D8F. Grayscale: #5E5E5E. Windows color (decimal): -11443600 or 7365201. OLE color: 7365201.

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

Color convert

RGB8198112-
CMYK0.280.1300.56
HSL207.1º16.06%37.84%-
HSV(B)207.1º27.68%43.92%-
XYZ10.6911.6517.02-
YUV94.51137.87118.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=27.84%
G=33.68%
B=38.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81981120.280.1300.56207.116.0637.84
Hex5162701CD038cf1026
Octal12114216034150703172046
Binary10100011100010111000011100110101110001100111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516270; }

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

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

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

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

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

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

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

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