Html Css Color HEX #50574F Battleship Grey

📋 copy color: '#50574F'

red 80 ◦ green 87 ◦ blue 79

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

Shades of Battleship Grey #50574F

Tints of Battleship Grey #50574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 32.52%
G = 35.37%
B = 32.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#50574F (or 0x50574F) is known color: Battleship Grey. HEX triplet: 50, 57 and 4F. RGB value is (80,87,79). Sum of RGB (Red+Green+Blue) = 80+87+79=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 87 - color contains mainly: green. Hex color #50574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50574F is #AFA8B0. Grayscale: #545454. Windows color (decimal): -11511985 or 5199696. OLE color: 5199696.

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

Color convert

RGB 80 87 79 -
CMYK 0.08 0 0.09 0.66
HSL 112.5º 0.05% 0.33% -
HSV(B) 112.5º 0.09% 0.34% -
XYZ 8.13 9.09 8.72 -
YUV 84 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 80 87 79 0.08 0 0.09 0.66 112.5 0.05 0.33
Hex 50 57 4F 8 0 9 42 70 5 21
Octal 120 127 117 10 0 11 102 160 5 41
Binary 1010000 1010111 1001111 1000 0 1001 1000010 1110000 101 100001

Color Harmonies of #50574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50574F

Black with #50574F

Text Example


Text Example

White with #50574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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