#5B576F

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

Shades of Smoky #5B576F

Tints of Smoky #5B576F

Color information

#5B576F (or 0x5B576F) is unknown color: approx Smoky. HEX triplet: 5B, 57 and 6F. RGB value is (91,87,111). Sum of RGB (Red+Green+Blue) = 91+87+111=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B576F is #A4A890. Grayscale: #5A5A5A. Windows color (decimal): -10791057 or 7296859. OLE color: 7296859.

HSL color Cylindrical-coordinate representation of color #5B576F: hue angle of 250º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B576F is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9187111-
CMYK0.180.2200.56
HSL250º12.12%38.82%-
HSV(B)250º21.62%43.53%-
XYZ10.5910.1916.45-
YUV90.93139.33128.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.49%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=31.49%
G=30.10%
B=38.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91871110.180.2200.5625012.1238.82
Hex5B576F1216038fac27
Octal13312715722260703721447
Binary10110111010111110111110010101100111000111110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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