#505047

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

Shades of Ship Grey #505047

Tints of Ship Grey #505047

Color information

#505047 (or 0x505047) is unknown color: approx Ship Grey. HEX triplet: 50, 50 and 47. RGB value is (80,80,71). Sum of RGB (Red+Green+Blue) = 80+80+71=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505047 is #AFAFB8. Grayscale: #4F4F4F. Windows color (decimal): -11513785 or 4673616. OLE color: 4673616.

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

Color convert

RGB808071-
CMYK000.110.69
HSL60º5.96%29.61%-
HSV(B)60º11.25%31.37%-
XYZ7.317.97.1-
YUV78.97123.5128.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=34.63%
G=34.63%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808071000.110.69605.9629.61
Hex50504700B453c61e
Octal120120107001310574636
Binary101000010100001000111001011100010111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505047; }

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

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

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

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

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

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

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

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