Html Css Color HEX #50594D Battleship Grey

📋 copy color: '#50594D'

red 80 ◦ green 89 ◦ blue 77

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

Shades of Battleship Grey #50594D

Tints of Battleship Grey #50594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 32.52%
G = 36.18%
B = 31.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#50594D (or 0x50594D) is known color: Battleship Grey. HEX triplet: 50, 59 and 4D. RGB value is (80,89,77). Sum of RGB (Red+Green+Blue) = 80+89+77=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #50594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50594D is #AFA6B2. Grayscale: #545454. Windows color (decimal): -11511475 or 5069136. OLE color: 5069136.

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

Color convert

RGB 80 89 77 -
CMYK 0.10 0 0.13 0.65
HSL 105º 0.07% 0.33% -
HSV(B) 105º 0.13% 0.35% -
XYZ 8.22 9.39 8.4 -
YUV 84.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 80 89 77 0.10 0 0.13 0.65 105 0.07 0.33
Hex 50 59 4D A 0 D 41 69 7 21
Octal 120 131 115 12 0 15 101 151 7 41
Binary 1010000 1011001 1001101 1010 0 1101 1000001 1101001 111 100001

Color Harmonies of #50594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50594D

Black with #50594D

Text Example


Text Example

White with #50594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50594D;
 }
 .AnyTagClassName
 {
   color: #50594D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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