#515147

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

Shades of Ship Grey #515147

Tints of Ship Grey #515147

Color information

#515147 (or 0x515147) is unknown color: approx Ship Grey. HEX triplet: 51, 51 and 47. RGB value is (81,81,71). Sum of RGB (Red+Green+Blue) = 81+81+71=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515147 is #AEAEB8. Grayscale: #4F4F4F. Windows color (decimal): -11447993 or 4673873. OLE color: 4673873.

HSL color Cylindrical-coordinate representation of color #515147: 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.12%. Process color model (Four color, CMYK) of #515147 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB818171-
CMYK000.120.68
HSL60º6.58%29.8%-
HSV(B)60º12.35%31.76%-
XYZ7.478.097.13-
YUV79.86123128.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=34.76%
G=34.76%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818171000.120.68606.5829.8
Hex51514700C443c71e
Octal121121107001410474736
Binary101000110100011000111001100100010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515147; }

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

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

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

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

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

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

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

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