#5B576C

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

Shades of Smoky #5B576C

Tints of Smoky #5B576C

Color information

#5B576C (or 0x5B576C) is unknown color: approx Smoky. HEX triplet: 5B, 57 and 6C. RGB value is (91,87,108). Sum of RGB (Red+Green+Blue) = 91+87+108=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B576C is #A4A893. Grayscale: #5A5A5A. Windows color (decimal): -10791060 or 7100251. OLE color: 7100251.

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

Color convert

RGB9187108-
CMYK0.160.1900.58
HSL251.43º10.77%38.24%-
HSV(B)251.43º19.44%42.35%-
XYZ10.4310.1215.59-
YUV90.59137.83128.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=31.82%
G=30.42%
B=37.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91871080.160.1900.58251.4310.7738.24
Hex5B576C101303Afbb26
Octal13312715420230723731346
Binary10110111010111110110010000100110111010111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,87,108); }

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

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

 a { background-color: rgb(91,87,108); }

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

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

 span { border-color: rgb(91,87,108); }

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