Html Css Color HEX #50574D Battleship Grey

📋 copy color: '#50574D'

red 80 ◦ green 87 ◦ blue 77

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

Shades of Battleship Grey #50574D

Tints of Battleship Grey #50574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.66%

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

R = 32.79%
G = 35.66%
B = 31.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#50574D (or 0x50574D) is known color: Battleship Grey. HEX triplet: 50, 57 and 4D. RGB value is (80,87,77). Sum of RGB (Red+Green+Blue) = 80+87+77=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 87 - color contains mainly: green. Hex color #50574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50574D is #AFA8B2. Grayscale: #535353. Windows color (decimal): -11511987 or 5068624. OLE color: 5068624.

HSL color Cylindrical-coordinate representation of color #50574D: hue angle of 102º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50574D is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 77 -
CMYK 0.08 0 0.11 0.66
HSL 102º 0.06% 0.32% -
HSV(B) 102º 0.11% 0.34% -
XYZ 8.06 9.06 8.34 -
YUV 83.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 80 87 77 0.08 0 0.11 0.66 102 0.06 0.32
Hex 50 57 4D 8 0 B 42 66 6 20
Octal 120 127 115 10 0 13 102 146 6 40
Binary 1010000 1010111 1001101 1000 0 1011 1000010 1100110 110 100000

Color Harmonies of #50574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50574D

Black with #50574D

Text Example


Text Example

White with #50574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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