#535751

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

Shades of Battleship Grey #535751

Tints of Battleship Grey #535751

Color information

#535751 (or 0x535751) is unknown color: approx Battleship Grey. HEX triplet: 53, 57 and 51. RGB value is (83,87,81). Sum of RGB (Red+Green+Blue) = 83+87+81=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 87 - color contains mainly: green. Hex color #535751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535751 is #ACA8AE. Grayscale: #555555. Windows color (decimal): -11315375 or 5330771. OLE color: 5330771.

HSL color Cylindrical-coordinate representation of color #535751: hue angle of 100º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535751 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB838781-
CMYK0.0500.070.66
HSL100º3.57%32.94%-
HSV(B)100º6.9%34.12%-
XYZ8.469.259.12-
YUV85.12125.67126.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=33.07%
G=34.66%
B=32.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387810.0500.070.661003.5732.94
Hex5357515074264421
Octal123127121507102144441
Binary101001110101111010001101011110000101100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535751; }

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

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

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

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

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

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

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

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