#535752

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

Shades of Battleship Grey #535752

Tints of Battleship Grey #535752

Color information

#535752 (or 0x535752) is unknown color: approx Battleship Grey. HEX triplet: 53, 57 and 52. RGB value is (83,87,82). Sum of RGB (Red+Green+Blue) = 83+87+82=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 87 - color contains mainly: green. Hex color #535752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535752 is #ACA8AD. Grayscale: #555555. Windows color (decimal): -11315374 or 5396307. OLE color: 5396307.

HSL color Cylindrical-coordinate representation of color #535752: hue angle of 108º 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 #535752 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB838782-
CMYK0.0500.060.66
HSL108º2.96%33.14%-
HSV(B)108º5.75%34.12%-
XYZ8.59.269.32-
YUV85.23126.17126.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=32.94%
G=34.52%
B=32.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387820.0500.060.661082.9633.14
Hex535752506426c321
Octal123127122506102154341
Binary10100111010111101001010101101000010110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535752; }

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

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

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

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

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

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

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

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