#535F51

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

Shades of Battleship Grey #535F51

Tints of Battleship Grey #535F51

Color information

#535F51 (or 0x535F51) is unknown color: approx Battleship Grey. HEX triplet: 53, 5F and 51. RGB value is (83,95,81). Sum of RGB (Red+Green+Blue) = 83+95+81=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 95 - color contains mainly: green. Hex color #535F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F51 is #ACA0AE. Grayscale: #595959. Windows color (decimal): -11313327 or 5332819. OLE color: 5332819.

HSL color Cylindrical-coordinate representation of color #535F51: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #535F51 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB839581-
CMYK0.1300.150.63
HSL111.43º7.95%34.51%-
HSV(B)111.43º14.74%37.25%-
XYZ9.1410.629.35-
YUV89.82123.02123.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 81 (32.03% from 255) = 31.27%
R=32.05%
G=36.68%
B=31.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8395810.1300.150.63111.437.9534.51
Hex535F51D0F3F6f823
Octal12313712115017771571043
Binary10100111011111101000111010111111111111011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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