#5B5673

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

Shades of Smoky #5B5673

Tints of Smoky #5B5673

Color information

#5B5673 (or 0x5B5673) is unknown color: approx Smoky. HEX triplet: 5B, 56 and 73. RGB value is (91,86,115). Sum of RGB (Red+Green+Blue) = 91+86+115=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5673 is #A4A98C. Grayscale: #5A5A5A. Windows color (decimal): -10791309 or 7558747. OLE color: 7558747.

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

Color convert

RGB9186115-
CMYK0.210.2500.55
HSL250.34º14.43%39.41%-
HSV(B)250.34º25.22%45.1%-
XYZ10.7410.1217.61-
YUV90.8141.66128.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.16%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=31.16%
G=29.45%
B=39.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91861150.210.2500.55250.3414.4339.41
Hex5B56731519037fae27
Octal13312616325310673721647
Binary10110111010110111001110101110010110111111110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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