Html Css Color HEX #50564D Battleship Grey

📋 copy color: '#50564D'

red 80 ◦ green 86 ◦ blue 77

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

Shades of Battleship Grey #50564D

Tints of Battleship Grey #50564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.39%

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

R = 32.92%
G = 35.39%
B = 31.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#50564D (or 0x50564D) is known color: Battleship Grey. HEX triplet: 50, 56 and 4D. RGB value is (80,86,77). Sum of RGB (Red+Green+Blue) = 80+86+77=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #50564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50564D is #AFA9B2. Grayscale: #535353. Windows color (decimal): -11512243 or 5068368. OLE color: 5068368.

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

Color convert

RGB 80 86 77 -
CMYK 0.07 0 0.10 0.66
HSL 100º 0.06% 0.32% -
HSV(B) 100º 0.1% 0.34% -
XYZ 7.98 8.9 8.32 -
YUV 83.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 80 86 77 0.07 0 0.10 0.66 100 0.06 0.32
Hex 50 56 4D 7 0 A 42 64 6 20
Octal 120 126 115 7 0 12 102 144 6 40
Binary 1010000 1010110 1001101 111 0 1010 1000010 1100100 110 100000

Color Harmonies of #50564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50564D

Black with #50564D

Text Example


Text Example

White with #50564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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