#5B545A

Color #5B545A Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #5B545A

Tints of Salt Box #5B545A

Color information

#5B545A (or 0x5B545A) is unknown color: approx Salt Box. HEX triplet: 5B, 54 and 5A. RGB value is (91,84,90). Sum of RGB (Red+Green+Blue) = 91+84+90=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 91 - color contains mainly: red. Hex color #5B545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B545A is #A4ABA5. Grayscale: #565656. Windows color (decimal): -10791846 or 5919835. OLE color: 5919835.

HSL color Cylindrical-coordinate representation of color #5B545A: hue angle of 308.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5B545A is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB918490-
CMYK00.080.010.64
HSL308.57º4%34.31%-
HSV(B)308.57º7.69%35.69%-
XYZ9.339.310.98-
YUV86.78129.82131.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.34%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=34.34%
G=31.70%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91849000.080.010.64308.57434.31
Hex5B545A08140135422
Octal1331241320101100465442
Binary1011011101010010110100100011000000100110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B545A; }

 p { color: rgb(91,84,90); }

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

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

 a { background-color: rgb(91,84,90); }

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

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

 span { border-color: rgb(91,84,90); }

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