#535951

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

Shades of Battleship Grey #535951

Tints of Battleship Grey #535951

Color information

#535951 (or 0x535951) is unknown color: approx Battleship Grey. HEX triplet: 53, 59 and 51. RGB value is (83,89,81). Sum of RGB (Red+Green+Blue) = 83+89+81=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 89 - color contains mainly: green. Hex color #535951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535951 is #ACA6AE. Grayscale: #565656. Windows color (decimal): -11314863 or 5331283. OLE color: 5331283.

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

Color convert

RGB838981-
CMYK0.0700.090.65
HSL105º4.71%33.33%-
HSV(B)105º8.99%34.9%-
XYZ8.629.589.18-
YUV86.29125.01125.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=32.81%
G=35.18%
B=32.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389810.0700.090.651054.7133.33
Hex5359517094169521
Octal1231311217011101151541
Binary1010011101100110100011110100110000011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535951; }

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

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

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

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

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

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

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

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