#535B50

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

Shades of Battleship Grey #535B50

Tints of Battleship Grey #535B50

Color information

#535B50 (or 0x535B50) is unknown color: approx Battleship Grey. HEX triplet: 53, 5B and 50. RGB value is (83,91,80). Sum of RGB (Red+Green+Blue) = 83+91+80=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 91 - color contains mainly: green. Hex color #535B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B50 is #ACA4AF. Grayscale: #575757. Windows color (decimal): -11314352 or 5266259. OLE color: 5266259.

HSL color Cylindrical-coordinate representation of color #535B50: hue angle of 103.64º 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 #535B50 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB839180-
CMYK0.0900.120.64
HSL103.64º6.43%33.53%-
HSV(B)103.64º12.09%35.69%-
XYZ8.769.99.04-
YUV87.35123.85124.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=32.68%
G=35.83%
B=31.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8391800.0900.120.64103.646.4333.53
Hex535B5090C4068622
Octal12313312011014100150642
Binary10100111011011101000010010110010000001101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,91,80); }

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

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

 a { background-color: rgb(83,91,80); }

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

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

 span { border-color: rgb(83,91,80); }

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