#535B51

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

Shades of Battleship Grey #535B51

Tints of Battleship Grey #535B51

Color information

#535B51 (or 0x535B51) is unknown color: approx Battleship Grey. HEX triplet: 53, 5B and 51. RGB value is (83,91,81). Sum of RGB (Red+Green+Blue) = 83+91+81=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 91 - color contains mainly: green. Hex color #535B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B51 is #ACA4AE. Grayscale: #575757. Windows color (decimal): -11314351 or 5331795. OLE color: 5331795.

HSL color Cylindrical-coordinate representation of color #535B51: hue angle of 108º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535B51 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB839181-
CMYK0.0900.110.64
HSL108º5.81%33.73%-
HSV(B)108º10.99%35.69%-
XYZ8.799.929.23-
YUV87.47124.35124.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.55%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=32.55%
G=35.69%
B=31.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8391810.0900.110.641085.8133.73
Hex535B5190B406c622
Octal12313312111013100154642
Binary10100111011011101000110010101110000001101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535B51; }

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

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

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

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

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

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

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

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