Html Css Color HEX #50594C Battleship Grey

📋 copy color: '#50594C'

red 80 ◦ green 89 ◦ blue 76

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

Shades of Battleship Grey #50594C

Tints of Battleship Grey #50594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 32.65%
G = 36.33%
B = 31.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#50594C (or 0x50594C) is known color: Battleship Grey. HEX triplet: 50, 59 and 4C. RGB value is (80,89,76). Sum of RGB (Red+Green+Blue) = 80+89+76=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #50594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50594C is #AFA6B3. Grayscale: #545454. Windows color (decimal): -11511476 or 5003600. OLE color: 5003600.

HSL color Cylindrical-coordinate representation of color #50594C: hue angle of 101.54º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #50594C is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 76 -
CMYK 0.10 0 0.15 0.65
HSL 101.54º 0.08% 0.32% -
HSV(B) 101.54º 0.15% 0.35% -
XYZ 8.19 9.37 8.22 -
YUV 84.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 80 89 76 0.10 0 0.15 0.65 101.54 0.08 0.32
Hex 50 59 4C A 0 F 41 66 8 20
Octal 120 131 114 12 0 17 101 146 10 40
Binary 1010000 1011001 1001100 1010 0 1111 1000001 1100110 1000 100000

Color Harmonies of #50594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50594C

Black with #50594C

Text Example


Text Example

White with #50594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50594C; }

 p { color: rgb(80,89,76); }

 H1.HeaderClassName
 {
   color: #50594C;
 }
 .AnyTagClassName
 {
   color: #50594C;
 }
</style>

background-color css

<style>
 a { background-color: #50594C; }

 a { background-color: rgb(80,89,76); }

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

border-color css

<style>
 span { border-color: #50594C; }

 span { border-color: rgb(80,89,76); }

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