#5B546E

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

Shades of Smoky #5B546E

Tints of Smoky #5B546E

Color information

#5B546E (or 0x5B546E) is unknown color: approx Smoky. HEX triplet: 5B, 54 and 6E. RGB value is (91,84,110). Sum of RGB (Red+Green+Blue) = 91+84+110=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B546E is #A4AB91. Grayscale: #585858. Windows color (decimal): -10791826 or 7230555. OLE color: 7230555.

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

Color convert

RGB9184110-
CMYK0.170.2400.57
HSL256.15º13.4%38.04%-
HSV(B)256.15º23.64%43.14%-
XYZ10.39.6916.08-
YUV89.06139.82129.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=31.93%
G=29.47%
B=38.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91841100.170.2400.57256.1513.438.04
Hex5B546E1118039100d26
Octal13312415621300714001546
Binary101101110101001101110100011100001110011000000001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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