#505B4A

Color #505B4A Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #505B4A

Tints of Battleship Grey #505B4A

Color information

#505B4A (or 0x505B4A) is unknown color: approx 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

RGB809174-
CMYK0.1200.190.64
HSL98.82º10.3%32.35%-
HSV(B)98.82º18.68%35.69%-
XYZ8.299.687.91-
YUV85.77121.36123.88-

RGB Variations

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

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.30% from 255) = 30.20%
R=32.65%
G=37.14%
B=30.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091740.1200.190.6498.8210.332.35
Hex505B4AC0134063a20
Octal120133112140231001431240
Binary1010000101101110010101100010011100000011000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>