#515247

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

Shades of Ship Grey #515247

Tints of Ship Grey #515247

Color information

#515247 (or 0x515247) is unknown color: approx Ship Grey. HEX triplet: 51, 52 and 47. RGB value is (81,82,71). Sum of RGB (Red+Green+Blue) = 81+82+71=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 82 - color contains mainly: green. Hex color #515247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515247 is #AEADB8. Grayscale: #505050. Windows color (decimal): -11447737 or 4674129. OLE color: 4674129.

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

Color convert

RGB818271-
CMYK0.0100.130.68
HSL65.45º7.19%30%-
HSV(B)65.45º13.41%32.16%-
XYZ7.558.247.15-
YUV80.45122.67128.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=34.62%
G=35.04%
B=30.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182710.0100.130.6865.457.1930
Hex51524710D444171e
Octal1211221071015104101736
Binary1010001101001010001111011011000100100000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515247; }

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

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

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

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

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

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

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

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