#516272

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

Shades of Shuttle Grey #516272

Tints of Shuttle Grey #516272

Color information

#516272 (or 0x516272) is unknown color: approx Shuttle Grey. HEX triplet: 51, 62 and 72. RGB value is (81,98,114). Sum of RGB (Red+Green+Blue) = 81+98+114=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #516272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516272 is #AE9D8D. Grayscale: #5E5E5E. Windows color (decimal): -11443598 or 7496273. OLE color: 7496273.

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

Color convert

RGB8198114-
CMYK0.290.1400.55
HSL209.09º16.92%38.24%-
HSV(B)209.09º28.95%44.71%-
XYZ10.811.717.61-
YUV94.74138.87118.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=27.65%
G=33.45%
B=38.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81981140.290.1400.55209.0916.9238.24
Hex5162721DE037d11126
Octal12114216235160673212146
Binary10100011100010111001011101111001101111101000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516272; }

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

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

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

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

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

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

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

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