#5B5770

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

Shades of Smoky #5B5770

Tints of Smoky #5B5770

Color information

#5B5770 (or 0x5B5770) is unknown color: approx Smoky. HEX triplet: 5B, 57 and 70. RGB value is (91,87,112). Sum of RGB (Red+Green+Blue) = 91+87+112=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5770 is #A4A88F. Grayscale: #5A5A5A. Windows color (decimal): -10791056 or 7362395. OLE color: 7362395.

HSL color Cylindrical-coordinate representation of color #5B5770: hue angle of 249.6º degrees, saturation: 0.13, 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 #5B5770 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9187112-
CMYK0.190.2200.56
HSL249.6º12.56%39.02%-
HSV(B)249.6º22.32%43.92%-
XYZ10.6510.2116.74-
YUV91.05139.83127.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.38%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=31.38%
G=30%
B=38.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91871120.190.2200.56249.612.5639.02
Hex5B57701316038fad27
Octal13312716023260703721547
Binary10110111010111111000010011101100111000111110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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