#5B5473

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

Shades of Smoky #5B5473

Tints of Smoky #5B5473

Color information

#5B5473 (or 0x5B5473) is unknown color: approx Smoky. HEX triplet: 5B, 54 and 73. RGB value is (91,84,115). Sum of RGB (Red+Green+Blue) = 91+84+115=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5473 is #A4AB8C. Grayscale: #595959. Windows color (decimal): -10791821 or 7558235. OLE color: 7558235.

HSL color Cylindrical-coordinate representation of color #5B5473: hue angle of 253.55º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B5473 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9184115-
CMYK0.210.2700.55
HSL253.55º15.58%39.02%-
HSV(B)253.55º26.96%45.1%-
XYZ10.589.817.55-
YUV89.63142.32128.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.38%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=31.38%
G=28.97%
B=39.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91841150.210.2700.55253.5515.5839.02
Hex5B5473151B037fe1027
Octal13312416325330673762047
Binary101101110101001110011101011101101101111111111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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