Html Css Color HEX #505A4C Battleship Grey

📋 copy color: '#505A4C'

red 80 ◦ green 90 ◦ blue 76

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

Shades of Battleship Grey #505A4C

Tints of Battleship Grey #505A4C

RGB

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

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

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

R = 32.52%
G = 36.59%
B = 30.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#505A4C (or 0x505A4C) is known color: Battleship Grey. HEX triplet: 50, 5A and 4C. RGB value is (80,90,76). Sum of RGB (Red+Green+Blue) = 80+90+76=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #505A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A4C is #AFA5B3. Grayscale: #555555. Windows color (decimal): -11511220 or 5003856. OLE color: 5003856.

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

Color convert

RGB 80 90 76 -
CMYK 0.11 0 0.16 0.65
HSL 102.86º 0.08% 0.33% -
HSV(B) 102.86º 0.16% 0.35% -
XYZ 8.27 9.54 8.24 -
YUV 85.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 80 90 76 0.11 0 0.16 0.65 102.86 0.08 0.33
Hex 50 5A 4C B 0 10 41 67 8 21
Octal 120 132 114 13 0 20 101 147 10 41
Binary 1010000 1011010 1001100 1011 0 10000 1000001 1100111 1000 100001

Color Harmonies of #505A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A4C

Black with #505A4C

Text Example


Text Example

White with #505A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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