#535552

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

Shades of Battleship Grey #535552

Tints of Battleship Grey #535552

Color information

#535552 (or 0x535552) is unknown color: approx Battleship Grey. HEX triplet: 53, 55 and 52. RGB value is (83,85,82). Sum of RGB (Red+Green+Blue) = 83+85+82=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 85 - color contains mainly: green. Hex color #535552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535552 is #ACAAAD. Grayscale: #545454. Windows color (decimal): -11315886 or 5395795. OLE color: 5395795.

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

Color convert

RGB838582-
CMYK0.0200.040.67
HSL100º1.8%32.75%-
HSV(B)100º3.53%33.33%-
XYZ8.348.959.27-
YUV84.06126.84127.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=33.2%
G=34%
B=32.8%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385820.0200.040.671001.832.75
Hex5355522044364221
Octal123125122204103144241
Binary1010011101010110100101001001000011110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535552; }

 p { color: rgb(83,85,82); }

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

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

 a { background-color: rgb(83,85,82); }

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

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

 span { border-color: rgb(83,85,82); }

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