#515150

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

Shades of Ship Grey #515150

Tints of Ship Grey #515150

Color information

#515150 (or 0x515150) is unknown color: approx Ship Grey. HEX triplet: 51, 51 and 50. RGB value is (81,81,80). Sum of RGB (Red+Green+Blue) = 81+81+80=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515150 is #AEAEAF. Grayscale: #505050. Windows color (decimal): -11447984 or 5263697. OLE color: 5263697.

HSL color Cylindrical-coordinate representation of color #515150: hue angle of 60º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #515150 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB818180-
CMYK000.010.68
HSL60º0.62%31.57%-
HSV(B)60º1.23%31.76%-
XYZ7.788.218.76-
YUV80.89127.5128.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=33.47%
G=33.47%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818180000.010.68600.6231.57
Hex515150001443c120
Octal12112112000110474140
Binary10100011010001101000000110001001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515150; }

 p { color: rgb(81,81,80); }

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

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

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

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

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

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

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