#535651

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

Shades of Battleship Grey #535651

Tints of Battleship Grey #535651

Color information

#535651 (or 0x535651) is unknown color: approx Battleship Grey. HEX triplet: 53, 56 and 51. RGB value is (83,86,81). Sum of RGB (Red+Green+Blue) = 83+86+81=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 86 - color contains mainly: green. Hex color #535651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535651 is #ACA9AE. Grayscale: #545454. Windows color (decimal): -11315631 or 5330515. OLE color: 5330515.

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

Color convert

RGB838681-
CMYK0.0300.060.66
HSL96º2.99%32.75%-
HSV(B)96º5.81%33.73%-
XYZ8.389.099.1-
YUV84.53126.01126.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=33.2%
G=34.4%
B=32.4%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386810.0300.060.66962.9932.75
Hex5356513064260321
Octal123126121306102140341
Binary1010011101011010100011101101000010110000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535651; }

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

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

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

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

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

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

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

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