Html Css Color HEX #505C4D Battleship Grey

📋 copy color: '#505C4D'

red 80 ◦ green 92 ◦ blue 77

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

Shades of Battleship Grey #505C4D

Tints of Battleship Grey #505C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.95%

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

R = 32.13%
G = 36.95%
B = 30.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#505C4D (or 0x505C4D) is known color: Battleship Grey. HEX triplet: 50, 5C and 4D. RGB value is (80,92,77). Sum of RGB (Red+Green+Blue) = 80+92+77=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #505C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C4D is #AFA3B2. Grayscale: #565656. Windows color (decimal): -11510707 or 5069904. OLE color: 5069904.

HSL color Cylindrical-coordinate representation of color #505C4D: hue angle of 108º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505C4D is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 92 77 -
CMYK 0.13 0 0.16 0.64
HSL 108º 0.09% 0.33% -
HSV(B) 108º 0.16% 0.36% -
XYZ 8.47 9.9 8.48 -
YUV 86.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 80 92 77 0.13 0 0.16 0.64 108 0.09 0.33
Hex 50 5C 4D D 0 10 40 6C 9 21
Octal 120 134 115 15 0 20 100 154 11 41
Binary 1010000 1011100 1001101 1101 0 10000 1000000 1101100 1001 100001

Color Harmonies of #505C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C4D

Black with #505C4D

Text Example


Text Example

White with #505C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505C4D; }

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

 H1.HeaderClassName
 {
   color: #505C4D;
 }
 .AnyTagClassName
 {
   color: #505C4D;
 }
</style>

background-color css

<style>
 a { background-color: #505C4D; }

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

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

border-color css

<style>
 span { border-color: #505C4D; }

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

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