#51594E

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

Shades of Battleship Grey #51594E

Tints of Battleship Grey #51594E

Color information

#51594E (or 0x51594E) is unknown color: approx Battleship Grey. HEX triplet: 51, 59 and 4E. RGB value is (81,89,78). Sum of RGB (Red+Green+Blue) = 81+89+78=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #51594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51594E is #AEA6B1. Grayscale: #555555. Windows color (decimal): -11445938 or 5134673. OLE color: 5134673.

HSL color Cylindrical-coordinate representation of color #51594E: hue angle of 103.64º 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 #51594E is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB818978-
CMYK0.0900.120.65
HSL103.64º6.59%32.75%-
HSV(B)103.64º12.36%34.9%-
XYZ8.349.448.59-
YUV85.35123.85124.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=32.66%
G=35.89%
B=31.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189780.0900.120.65103.646.5932.75
Hex51594E90C4168721
Octal12113111611014101150741
Binary10100011011001100111010010110010000011101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51594E; }

 p { color: rgb(81,89,78); }

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

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

 a { background-color: rgb(81,89,78); }

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

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

 span { border-color: rgb(81,89,78); }

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