#5B5271

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

Shades of Smoky #5B5271

Tints of Smoky #5B5271

Color information

#5B5271 (or 0x5B5271) is unknown color: approx Smoky. HEX triplet: 5B, 52 and 71. RGB value is (91,82,113). Sum of RGB (Red+Green+Blue) = 91+82+113=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5271 is #A4AD8E. Grayscale: #585858. Windows color (decimal): -10792335 or 7426651. OLE color: 7426651.

HSL color Cylindrical-coordinate representation of color #5B5271: hue angle of 257.42º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B5271 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9182113-
CMYK0.190.2700.56
HSL257.42º15.9%38.24%-
HSV(B)257.42º27.43%44.31%-
XYZ10.319.4516.9-
YUV88.22141.98129.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=31.82%
G=28.67%
B=39.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91821130.190.2700.56257.4215.938.24
Hex5B5271131B0381011026
Octal13312216123330704012046
Binary1011011101001011100011001111011011100010000000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,82,113); }

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

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

 a { background-color: rgb(91,82,113); }

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

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

 span { border-color: rgb(91,82,113); }

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