#5B5677

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

Shades of Smoky #5B5677

Tints of Smoky #5B5677

Color information

#5B5677 (or 0x5B5677) is unknown color: approx Smoky. HEX triplet: 5B, 56 and 77. RGB value is (91,86,119). Sum of RGB (Red+Green+Blue) = 91+86+119=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5677 is #A4A988. Grayscale: #5B5B5B. Windows color (decimal): -10791305 or 7820891. OLE color: 7820891.

HSL color Cylindrical-coordinate representation of color #5B5677: hue angle of 249.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B5677 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9186119-
CMYK0.240.2800.53
HSL249.09º16.1%40.2%-
HSV(B)249.09º27.73%46.67%-
XYZ10.9710.2118.85-
YUV91.26143.66127.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.74%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=30.74%
G=29.05%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91861190.240.2800.53249.0916.140.2
Hex5B5677181C035f91028
Octal13312616730340653712050
Binary101101110101101110111110001110001101011111100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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