#5B5573

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

Shades of Smoky #5B5573

Tints of Smoky #5B5573

Color information

#5B5573 (or 0x5B5573) is unknown color: approx Smoky. HEX triplet: 5B, 55 and 73. RGB value is (91,85,115). Sum of RGB (Red+Green+Blue) = 91+85+115=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5573 is #A4AA8C. Grayscale: #5A5A5A. Windows color (decimal): -10791565 or 7558491. OLE color: 7558491.

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

Color convert

RGB9185115-
CMYK0.210.2600.55
HSL252º15%39.22%-
HSV(B)252º26.09%45.1%-
XYZ10.669.9617.58-
YUV90.21141.99128.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.27%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=31.27%
G=29.21%
B=39.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91851150.210.2600.552521539.22
Hex5B5573151A037fcf27
Octal13312516325320673741747
Binary10110111010101111001110101110100110111111111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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