#505048

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

Shades of Ship Grey #505048

Tints of Ship Grey #505048

Color information

#505048 (or 0x505048) is unknown color: approx Ship Grey. HEX triplet: 50, 50 and 48. RGB value is (80,80,72). Sum of RGB (Red+Green+Blue) = 80+80+72=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505048 is #AFAFB7. Grayscale: #4F4F4F. Windows color (decimal): -11513784 or 4739152. OLE color: 4739152.

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

Color convert

RGB808072-
CMYK000.100.69
HSL60º5.26%29.8%-
HSV(B)60º10%31.37%-
XYZ7.357.917.27-
YUV79.09124128.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=34.48%
G=34.48%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808072000.100.69605.2629.8
Hex50504800A453c51e
Octal120120110001210574536
Binary101000010100001001000001010100010111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505048; }

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

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

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

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

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

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

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

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