#515146

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

Shades of Ship Grey #515146

Tints of Ship Grey #515146

Color information

#515146 (or 0x515146) is unknown color: approx Ship Grey. HEX triplet: 51, 51 and 46. RGB value is (81,81,70). Sum of RGB (Red+Green+Blue) = 81+81+70=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515146 is #AEAEB9. Grayscale: #4F4F4F. Windows color (decimal): -11447994 or 4608337. OLE color: 4608337.

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

Color convert

RGB818170-
CMYK000.140.68
HSL60º7.28%29.61%-
HSV(B)60º13.58%31.76%-
XYZ7.448.086.96-
YUV79.75122.5128.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=34.91%
G=34.91%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818170000.140.68607.2829.61
Hex51514600E443c71e
Octal121121106001610474736
Binary101000110100011000110001110100010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515146; }

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

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

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

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

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

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

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

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