Html Css Color HEX #50564F Battleship Grey

📋 copy color: '#50564F'

red 80 ◦ green 86 ◦ blue 79

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

Shades of Battleship Grey #50564F

Tints of Battleship Grey #50564F

RGB

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

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

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

R = 32.65%
G = 35.1%
B = 32.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#50564F (or 0x50564F) is known color: Battleship Grey. HEX triplet: 50, 56 and 4F. RGB value is (80,86,79). Sum of RGB (Red+Green+Blue) = 80+86+79=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 86 - color contains mainly: green. Hex color #50564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50564F is #AFA9B0. Grayscale: #535353. Windows color (decimal): -11512241 or 5199440. OLE color: 5199440.

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

Color convert

RGB 80 86 79 -
CMYK 0.07 0 0.08 0.66
HSL 111.43º 0.04% 0.32% -
HSV(B) 111.43º 0.08% 0.34% -
XYZ 8.05 8.93 8.7 -
YUV 83.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 80 86 79 0.07 0 0.08 0.66 111.43 0.04 0.32
Hex 50 56 4F 7 0 8 42 6F 4 20
Octal 120 126 117 7 0 10 102 157 4 40
Binary 1010000 1010110 1001111 111 0 1000 1000010 1101111 100 100000

Color Harmonies of #50564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50564F

Black with #50564F

Text Example


Text Example

White with #50564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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