#5B5776

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

Shades of Smoky #5B5776

Tints of Smoky #5B5776

Color information

#5B5776 (or 0x5B5776) is unknown color: approx Smoky. HEX triplet: 5B, 57 and 76. RGB value is (91,87,118). Sum of RGB (Red+Green+Blue) = 91+87+118=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5776 is #A4A889. Grayscale: #5B5B5B. Windows color (decimal): -10791050 or 7755611. OLE color: 7755611.

HSL color Cylindrical-coordinate representation of color #5B5776: hue angle of 247.74º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5776 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9187118-
CMYK0.230.2600.54
HSL247.74º15.12%40.2%-
HSV(B)247.74º26.27%46.27%-
XYZ10.9910.3518.56-
YUV91.73142.83127.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.74%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=30.74%
G=29.39%
B=39.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91871180.230.2600.54247.7415.1240.2
Hex5B5776171A036f8f28
Octal13312716627320663701750
Binary10110111010111111011010111110100110110111110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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