#535A50

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

Shades of Battleship Grey #535A50

Tints of Battleship Grey #535A50

Color information

#535A50 (or 0x535A50) is unknown color: approx Battleship Grey. HEX triplet: 53, 5A and 50. RGB value is (83,90,80). Sum of RGB (Red+Green+Blue) = 83+90+80=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 90 - color contains mainly: green. Hex color #535A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A50 is #ACA5AF. Grayscale: #565656. Windows color (decimal): -11314608 or 5266003. OLE color: 5266003.

HSL color Cylindrical-coordinate representation of color #535A50: hue angle of 102º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535A50 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB839080-
CMYK0.0800.110.65
HSL102º5.88%33.33%-
HSV(B)102º11.11%35.29%-
XYZ8.679.739.01-
YUV86.77124.18125.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=32.81%
G=35.57%
B=31.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8390800.0800.110.651025.8833.33
Hex535A5080B4166621
Octal12313212010013101146641
Binary10100111011010101000010000101110000011100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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