#5B556E

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

Shades of Smoky #5B556E

Tints of Smoky #5B556E

Color information

#5B556E (or 0x5B556E) is unknown color: approx Smoky. HEX triplet: 5B, 55 and 6E. RGB value is (91,85,110). Sum of RGB (Red+Green+Blue) = 91+85+110=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B556E is #A4AA91. Grayscale: #595959. Windows color (decimal): -10791570 or 7230811. OLE color: 7230811.

HSL color Cylindrical-coordinate representation of color #5B556E: hue angle of 254.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B556E is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9185110-
CMYK0.170.2300.57
HSL254.4º12.82%38.24%-
HSV(B)254.4º22.73%43.14%-
XYZ10.389.8516.11-
YUV89.64139.49128.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=31.82%
G=29.72%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91851100.170.2300.57254.412.8238.24
Hex5B556E1117039fed26
Octal13312515621270713761546
Binary10110111010101110111010001101110111001111111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,85,110); }

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

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

 a { background-color: rgb(91,85,110); }

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

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

 span { border-color: rgb(91,85,110); }

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