Html Css Color HEX #505B4A Battleship Grey

📋 copy color: '#505B4A'

red 80 ◦ green 91 ◦ blue 74

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

Shades of Battleship Grey #505B4A

Tints of Battleship Grey #505B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.14%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 32.65%
G = 37.14%
B = 30.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#505B4A (or 0x505B4A) is known color: Battleship Grey. HEX triplet: 50, 5B and 4A. RGB value is (80,91,74). Sum of RGB (Red+Green+Blue) = 80+91+74=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 91 - color contains mainly: green. Hex color #505B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B4A is #AFA4B5. Grayscale: #555555. Windows color (decimal): -11510966 or 4873040. OLE color: 4873040.

HSL color Cylindrical-coordinate representation of color #505B4A: hue angle of 98.82º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505B4A is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 74 -
CMYK 0.12 0 0.19 0.64
HSL 98.82º 0.1% 0.32% -
HSV(B) 98.82º 0.19% 0.36% -
XYZ 8.29 9.68 7.91 -
YUV 85.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 80 91 74 0.12 0 0.19 0.64 98.82 0.1 0.32
Hex 50 5B 4A C 0 13 40 63 A 20
Octal 120 133 112 14 0 23 100 143 12 40
Binary 1010000 1011011 1001010 1100 0 10011 1000000 1100011 1010 100000

Color Harmonies of #505B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B4A

Black with #505B4A

Text Example


Text Example

White with #505B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,91,74); }

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

background-color css

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

 a { background-color: rgb(80,91,74); }

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

border-color css

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

 span { border-color: rgb(80,91,74); }

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