#53594F

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

Shades of Battleship Grey #53594F

Tints of Battleship Grey #53594F

Color information

#53594F (or 0x53594F) is unknown color: approx Battleship Grey. HEX triplet: 53, 59 and 4F. RGB value is (83,89,79). Sum of RGB (Red+Green+Blue) = 83+89+79=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #53594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53594F is #ACA6B0. Grayscale: #565656. Windows color (decimal): -11314865 or 5200211. OLE color: 5200211.

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

Color convert

RGB838979-
CMYK0.0700.110.65
HSL96º5.95%32.94%-
HSV(B)96º11.24%34.9%-
XYZ8.559.558.79-
YUV86.07124.01125.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=33.07%
G=35.46%
B=31.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389790.0700.110.65965.9532.94
Hex53594F70B4160621
Octal1231311177013101140641
Binary1010011101100110011111110101110000011100000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53594F; }

 p { color: rgb(83,89,79); }

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

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

 a { background-color: rgb(83,89,79); }

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

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

 span { border-color: rgb(83,89,79); }

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