Html Css Color HEX #505A4E Battleship Grey

📋 copy color: '#505A4E'

red 80 ◦ green 90 ◦ blue 78

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

Shades of Battleship Grey #505A4E

Tints of Battleship Grey #505A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.29%

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 32.26%
G = 36.29%
B = 31.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#505A4E (or 0x505A4E) is known color: Battleship Grey. HEX triplet: 50, 5A and 4E. RGB value is (80,90,78). Sum of RGB (Red+Green+Blue) = 80+90+78=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 90 - color contains mainly: green. Hex color #505A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A4E is #AFA5B1. Grayscale: #555555. Windows color (decimal): -11511218 or 5134928. OLE color: 5134928.

HSL color Cylindrical-coordinate representation of color #505A4E: hue angle of 110º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505A4E is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 78 -
CMYK 0.11 0 0.13 0.65
HSL 110º 0.07% 0.33% -
HSV(B) 110º 0.13% 0.35% -
XYZ 8.34 9.57 8.61 -
YUV 85.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 80 90 78 0.11 0 0.13 0.65 110 0.07 0.33
Hex 50 5A 4E B 0 D 41 6E 7 21
Octal 120 132 116 13 0 15 101 156 7 41
Binary 1010000 1011010 1001110 1011 0 1101 1000001 1101110 111 100001

Color Harmonies of #505A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A4E

Black with #505A4E

Text Example


Text Example

White with #505A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,90,78); }

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

background-color css

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

 a { background-color: rgb(80,90,78); }

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

border-color css

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

 span { border-color: rgb(80,90,78); }

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