#5B5672

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

Shades of Smoky #5B5672

Tints of Smoky #5B5672

Color information

#5B5672 (or 0x5B5672) is unknown color: approx Smoky. HEX triplet: 5B, 56 and 72. RGB value is (91,86,114). Sum of RGB (Red+Green+Blue) = 91+86+114=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5672 is #A4A98D. Grayscale: #5A5A5A. Windows color (decimal): -10791310 or 7493211. OLE color: 7493211.

HSL color Cylindrical-coordinate representation of color #5B5672: hue angle of 250.71º 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 #5B5672 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9186114-
CMYK0.200.2500.55
HSL250.71º14%39.22%-
HSV(B)250.71º24.56%44.71%-
XYZ10.6810.0917.31-
YUV90.69141.16128.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.27%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=31.27%
G=29.55%
B=39.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91861140.200.2500.55250.711439.22
Hex5B56721419037fbe27
Octal13312616224310673731647
Binary10110111010110111001010100110010110111111110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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