Html Css Color HEX #50544E Battleship Grey

📋 copy color: '#50544E'

red 80 ◦ green 84 ◦ blue 78

#50544E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #50544E

Tints of Battleship Grey #50544E

RGB

 RED value IS 80 (31.64% from 255) = 33.06%

 GREEN value IS 84 (33.2% from 255) = 34.71%

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 33.06%
G = 34.71%
B = 32.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#50544E (or 0x50544E) is known color: Battleship Grey. HEX triplet: 50, 54 and 4E. RGB value is (80,84,78). Sum of RGB (Red+Green+Blue) = 80+84+78=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 84 - color contains mainly: green. Hex color #50544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50544E is #AFABB1. Grayscale: #525252. Windows color (decimal): -11512754 or 5133392. OLE color: 5133392.

HSL color Cylindrical-coordinate representation of color #50544E: hue angle of 100º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #50544E is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 78 -
CMYK 0.05 0 0.07 0.67
HSL 100º 0.04% 0.32% -
HSV(B) 100º 0.07% 0.33% -
XYZ 7.85 8.6 8.45 -
YUV 82.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 80 84 78 0.05 0 0.07 0.67 100 0.04 0.32
Hex 50 54 4E 5 0 7 43 64 4 20
Octal 120 124 116 5 0 7 103 144 4 40
Binary 1010000 1010100 1001110 101 0 111 1000011 1100100 100 100000

Color Harmonies of #50544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50544E

Black with #50544E

Text Example


Text Example

White with #50544E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50544E;
 }
 .AnyTagClassName
 {
   color: #50544E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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