#515F6E

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

Shades of Shuttle Grey #515F6E

Tints of Shuttle Grey #515F6E

Color information

#515F6E (or 0x515F6E) is unknown color: approx Shuttle Grey. HEX triplet: 51, 5F and 6E. RGB value is (81,95,110). Sum of RGB (Red+Green+Blue) = 81+95+110=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #515F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F6E is #AEA091. Grayscale: #5C5C5C. Windows color (decimal): -11444370 or 7233361. OLE color: 7233361.

HSL color Cylindrical-coordinate representation of color #515F6E: hue angle of 211.03º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515F6E is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8195110-
CMYK0.260.1400.57
HSL211.03º15.18%37.45%-
HSV(B)211.03º26.36%43.14%-
XYZ10.311.0616.34-
YUV92.52137.86119.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=28.32%
G=33.22%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81951100.260.1400.57211.0315.1837.45
Hex515F6E1AE039d3f25
Octal12113715632160713231745
Binary1010001101111111011101101011100111001110100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515F6E; }

 p { color: rgb(81,95,110); }

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

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

 a { background-color: rgb(81,95,110); }

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

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

 span { border-color: rgb(81,95,110); }

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