#515A4F

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

Shades of Battleship Grey #515A4F

Tints of Battleship Grey #515A4F

Color information

#515A4F (or 0x515A4F) is unknown color: approx Battleship Grey. HEX triplet: 51, 5A and 4F. RGB value is (81,90,79). Sum of RGB (Red+Green+Blue) = 81+90+79=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #515A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A4F is #AEA5B0. Grayscale: #565656. Windows color (decimal): -11445681 or 5200465. OLE color: 5200465.

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

Color convert

RGB819079-
CMYK0.100.120.65
HSL109.09º6.51%33.14%-
HSV(B)109.09º12.22%35.29%-
XYZ8.469.638.81-
YUV86.06124.02124.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=32.4%
G=36%
B=31.6%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8190790.100.120.65109.096.5133.14
Hex515A4FA0C416d721
Octal12113211712014101155741
Binary10100011011010100111110100110010000011101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,90,79); }

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

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

 a { background-color: rgb(81,90,79); }

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

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

 span { border-color: rgb(81,90,79); }

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