Html Css Color HEX #50584C Battleship Grey

📋 copy color: '#50584C'

red 80 ◦ green 88 ◦ blue 76

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

Shades of Battleship Grey #50584C

Tints of Battleship Grey #50584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

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

R = 32.79%
G = 36.07%
B = 31.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#50584C (or 0x50584C) is known color: Battleship Grey. HEX triplet: 50, 58 and 4C. RGB value is (80,88,76). Sum of RGB (Red+Green+Blue) = 80+88+76=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #50584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50584C is #AFA7B3. Grayscale: #545454. Windows color (decimal): -11511732 or 5003344. OLE color: 5003344.

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

Color convert

RGB 80 88 76 -
CMYK 0.09 0 0.14 0.65
HSL 100º 0.07% 0.32% -
HSV(B) 100º 0.14% 0.35% -
XYZ 8.1 9.21 8.19 -
YUV 84.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 80 88 76 0.09 0 0.14 0.65 100 0.07 0.32
Hex 50 58 4C 9 0 E 41 64 7 20
Octal 120 130 114 11 0 16 101 144 7 40
Binary 1010000 1011000 1001100 1001 0 1110 1000001 1100100 111 100000

Color Harmonies of #50584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50584C

Black with #50584C

Text Example


Text Example

White with #50584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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