#535C51

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

Shades of Battleship Grey #535C51

Tints of Battleship Grey #535C51

Color information

#535C51 (or 0x535C51) is unknown color: approx Battleship Grey. HEX triplet: 53, 5C and 51. RGB value is (83,92,81). Sum of RGB (Red+Green+Blue) = 83+92+81=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 92 - color contains mainly: green. Hex color #535C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C51 is #ACA3AE. Grayscale: #585858. Windows color (decimal): -11314095 or 5332051. OLE color: 5332051.

HSL color Cylindrical-coordinate representation of color #535C51: hue angle of 109.09º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #535C51 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB839281-
CMYK0.1000.120.64
HSL109.09º6.36%33.92%-
HSV(B)109.09º11.96%36.08%-
XYZ8.8810.099.26-
YUV88.06124.02124.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 81 (32.03% from 255) = 31.64%
R=32.42%
G=35.94%
B=31.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8392810.1000.120.64109.096.3633.92
Hex535C51A0C406d622
Octal12313412112014100155642
Binary10100111011100101000110100110010000001101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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