Html Css Color HEX #50594B Battleship Grey

📋 copy color: '#50594B'

red 80 ◦ green 89 ◦ blue 75

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

Shades of Battleship Grey #50594B

Tints of Battleship Grey #50594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 32.79%
G = 36.48%
B = 30.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#50594B (or 0x50594B) is known color: Battleship Grey. HEX triplet: 50, 59 and 4B. RGB value is (80,89,75). Sum of RGB (Red+Green+Blue) = 80+89+75=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #50594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50594B is #AFA6B4. Grayscale: #545454. Windows color (decimal): -11511477 or 4938064. OLE color: 4938064.

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

Color convert

RGB 80 89 75 -
CMYK 0.10 0 0.16 0.65
HSL 98.57º 0.09% 0.32% -
HSV(B) 98.57º 0.16% 0.35% -
XYZ 8.15 9.36 8.03 -
YUV 84.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 80 89 75 0.10 0 0.16 0.65 98.57 0.09 0.32
Hex 50 59 4B A 0 10 41 63 9 20
Octal 120 131 113 12 0 20 101 143 11 40
Binary 1010000 1011001 1001011 1010 0 10000 1000001 1100011 1001 100000

Color Harmonies of #50594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50594B

Black with #50594B

Text Example


Text Example

White with #50594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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