Html Css Color HEX #50554E Battleship Grey

📋 copy color: '#50554E'

red 80 ◦ green 85 ◦ blue 78

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

Shades of Battleship Grey #50554E

Tints of Battleship Grey #50554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

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

R = 32.92%
G = 34.98%
B = 32.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#50554E (or 0x50554E) is known color: Battleship Grey. HEX triplet: 50, 55 and 4E. RGB value is (80,85,78). Sum of RGB (Red+Green+Blue) = 80+85+78=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #50554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50554E is #AFAAB1. Grayscale: #525252. Windows color (decimal): -11512498 or 5133648. OLE color: 5133648.

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

Color convert

RGB 80 85 78 -
CMYK 0.06 0 0.08 0.67
HSL 102.86º 0.04% 0.32% -
HSV(B) 102.86º 0.08% 0.33% -
XYZ 7.93 8.75 8.48 -
YUV 82.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 80 85 78 0.06 0 0.08 0.67 102.86 0.04 0.32
Hex 50 55 4E 6 0 8 43 67 4 20
Octal 120 125 116 6 0 10 103 147 4 40
Binary 1010000 1010101 1001110 110 0 1000 1000011 1100111 100 100000

Color Harmonies of #50554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50554E

Black with #50554E

Text Example


Text Example

White with #50554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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