#515C4B

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

Shades of Battleship Grey #515C4B

Tints of Battleship Grey #515C4B

Color information

#515C4B (or 0x515C4B) is unknown color: approx Battleship Grey. HEX triplet: 51, 5C and 4B. RGB value is (81,92,75). Sum of RGB (Red+Green+Blue) = 81+92+75=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 92 - color contains mainly: green. Hex color #515C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C4B is #AEA3B4. Grayscale: #565656. Windows color (decimal): -11445173 or 4938833. OLE color: 4938833.

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

Color convert

RGB819275-
CMYK0.1200.180.64
HSL98.82º10.18%32.75%-
HSV(B)98.82º18.48%36.08%-
XYZ8.499.918.12-
YUV86.77121.36123.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=32.66%
G=37.10%
B=30.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8192750.1200.180.6498.8210.1832.75
Hex515C4BC0124063a21
Octal121134113140221001431241
Binary1010001101110010010111100010010100000011000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515C4B; }

 p { color: rgb(81,92,75); }

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

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

 a { background-color: rgb(81,92,75); }

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

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

 span { border-color: rgb(81,92,75); }

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