#515850

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

Shades of Battleship Grey #515850

Tints of Battleship Grey #515850

Color information

#515850 (or 0x515850) is unknown color: approx Battleship Grey. HEX triplet: 51, 58 and 50. RGB value is (81,88,80). Sum of RGB (Red+Green+Blue) = 81+88+80=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #515850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515850 is #AEA7AF. Grayscale: #555555. Windows color (decimal): -11446192 or 5265489. OLE color: 5265489.

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

Color convert

RGB818880-
CMYK0.0800.090.65
HSL112.5º4.76%32.94%-
HSV(B)112.5º9.09%34.51%-
XYZ8.339.318.95-
YUV85125.18125.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=32.53%
G=35.34%
B=32.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188800.0800.090.65112.54.7632.94
Hex5158508094170521
Octal12113012010011101160541
Binary10100011011000101000010000100110000011110000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515850; }

 p { color: rgb(81,88,80); }

 H1.HeaderClassName
 {
   color: #515850;
 }
 .AnyTagClassName
 {
   color: #515850;
 }
</style>
background-color css

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

 a { background-color: rgb(81,88,80); }

 div.DivClassName
 {
   background-color: #515850;
 }
 .BgClassName
 {
   background-color: #515850;
 }
</style>
border-color css

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

 span { border-color: rgb(81,88,80); }

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