Html Css Color HEX #50554D Battleship Grey

📋 copy color: '#50554D'

red 80 ◦ green 85 ◦ blue 77

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

Shades of Battleship Grey #50554D

Tints of Battleship Grey #50554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 33.06%
G = 35.12%
B = 31.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#50554D (or 0x50554D) is known color: Battleship Grey. HEX triplet: 50, 55 and 4D. RGB value is (80,85,77). Sum of RGB (Red+Green+Blue) = 80+85+77=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 85 - color contains mainly: green. Hex color #50554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50554D is #AFAAB2. Grayscale: #525252. Windows color (decimal): -11512499 or 5068112. OLE color: 5068112.

HSL color Cylindrical-coordinate representation of color #50554D: hue angle of 97.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #50554D is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 77 -
CMYK 0.06 0 0.09 0.67
HSL 97.5º 0.05% 0.32% -
HSV(B) 97.5º 0.09% 0.33% -
XYZ 7.9 8.74 8.29 -
YUV 82.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 80 85 77 0.06 0 0.09 0.67 97.5 0.05 0.32
Hex 50 55 4D 6 0 9 43 62 5 20
Octal 120 125 115 6 0 11 103 142 5 40
Binary 1010000 1010101 1001101 110 0 1001 1000011 1100010 101 100000

Color Harmonies of #50554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50554D

Black with #50554D

Text Example


Text Example

White with #50554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50554D; }

 p { color: rgb(80,85,77); }

 H1.HeaderClassName
 {
   color: #50554D;
 }
 .AnyTagClassName
 {
   color: #50554D;
 }
</style>

background-color css

<style>
 a { background-color: #50554D; }

 a { background-color: rgb(80,85,77); }

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

border-color css

<style>
 span { border-color: #50554D; }

 span { border-color: rgb(80,85,77); }

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