Html Css Color HEX #50564E Battleship Grey

📋 copy color: '#50564E'

red 80 ◦ green 86 ◦ blue 78

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

Shades of Battleship Grey #50564E

Tints of Battleship Grey #50564E

RGB

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

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

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

R = 32.79%
G = 35.25%
B = 31.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#50564E (or 0x50564E) is known color: Battleship Grey. HEX triplet: 50, 56 and 4E. RGB value is (80,86,78). Sum of RGB (Red+Green+Blue) = 80+86+78=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 86 - color contains mainly: green. Hex color #50564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50564E is #AFA9B1. Grayscale: #535353. Windows color (decimal): -11512242 or 5133904. OLE color: 5133904.

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

Color convert

RGB 80 86 78 -
CMYK 0.07 0 0.09 0.66
HSL 105º 0.05% 0.32% -
HSV(B) 105º 0.09% 0.34% -
XYZ 8.01 8.91 8.51 -
YUV 83.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 80 86 78 0.07 0 0.09 0.66 105 0.05 0.32
Hex 50 56 4E 7 0 9 42 69 5 20
Octal 120 126 116 7 0 11 102 151 5 40
Binary 1010000 1010110 1001110 111 0 1001 1000010 1101001 101 100000

Color Harmonies of #50564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50564E

Black with #50564E

Text Example


Text Example

White with #50564E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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