#50584E

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

Shades of Battleship Grey #50584E

Tints of Battleship Grey #50584E

Color information

#50584E (or 0x50584E) is unknown color: approx Battleship Grey. HEX triplet: 50, 58 and 4E. RGB value is (80,88,78). Sum of RGB (Red+Green+Blue) = 80+88+78=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #50584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50584E is #AFA7B1. Grayscale: #545454. Windows color (decimal): -11511730 or 5134416. OLE color: 5134416.

HSL color Cylindrical-coordinate representation of color #50584E: hue angle of 108º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50584E is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB808878-
CMYK0.0900.110.65
HSL108º6.02%32.55%-
HSV(B)108º11.36%34.51%-
XYZ8.179.238.56-
YUV84.47124.35124.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=32.52%
G=35.77%
B=31.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088780.0900.110.651086.0232.55
Hex50584E90B416c621
Octal12013011611013101154641
Binary10100001011000100111010010101110000011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50584E; }

 p { color: rgb(80,88,78); }

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

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

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

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

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

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

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