#5B556B

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

Shades of Smoky #5B556B

Tints of Smoky #5B556B

Color information

#5B556B (or 0x5B556B) is unknown color: approx Smoky. HEX triplet: 5B, 55 and 6B. RGB value is (91,85,107). Sum of RGB (Red+Green+Blue) = 91+85+107=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B556B is #A4AA94. Grayscale: #595959. Windows color (decimal): -10791573 or 7034203. OLE color: 7034203.

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

Color convert

RGB9185107-
CMYK0.150.2100.58
HSL256.36º11.46%37.65%-
HSV(B)256.36º20.56%41.96%-
XYZ10.229.7815.26-
YUV89.3137.99129.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.16%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=32.16%
G=30.04%
B=37.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91851070.150.2100.58256.3611.4637.65
Hex5B556BF1503A100b26
Octal13312515317250724001346
Binary10110111010101110101111111010101110101000000001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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