#516372

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

Shades of Shuttle Grey #516372

Tints of Shuttle Grey #516372

Color information

#516372 (or 0x516372) is unknown color: approx Shuttle Grey. HEX triplet: 51, 63 and 72. RGB value is (81,99,114). Sum of RGB (Red+Green+Blue) = 81+99+114=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #516372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516372 is #AE9C8D. Grayscale: #5F5F5F. Windows color (decimal): -11443342 or 7496529. OLE color: 7496529.

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

Color convert

RGB8199114-
CMYK0.290.1300.55
HSL207.27º16.92%38.24%-
HSV(B)207.27º28.95%44.71%-
XYZ10.8911.8917.64-
YUV95.33138.54117.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=27.55%
G=33.67%
B=38.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81991140.290.1300.55207.2716.9238.24
Hex5163721DD037cf1126
Octal12114316235150673172146
Binary10100011100011111001011101110101101111100111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516372; }

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

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

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

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

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

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

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

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