#50584D

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

Shades of Battleship Grey #50584D

Tints of Battleship Grey #50584D

Color information

#50584D (or 0x50584D) is unknown color: approx Battleship Grey. HEX triplet: 50, 58 and 4D. RGB value is (80,88,77). Sum of RGB (Red+Green+Blue) = 80+88+77=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #50584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50584D is #AFA7B2. Grayscale: #545454. Windows color (decimal): -11511731 or 5068880. OLE color: 5068880.

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

Color convert

RGB808877-
CMYK0.0900.120.65
HSL103.64º6.67%32.35%-
HSV(B)103.64º12.5%34.51%-
XYZ8.149.228.37-
YUV84.35123.85124.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=32.65%
G=35.92%
B=31.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088770.0900.120.65103.646.6732.35
Hex50584D90C4168720
Octal12013011511014101150740
Binary10100001011000100110110010110010000011101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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