#5B5570

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

Shades of Smoky #5B5570

Tints of Smoky #5B5570

Color information

#5B5570 (or 0x5B5570) is unknown color: approx Smoky. HEX triplet: 5B, 55 and 70. RGB value is (91,85,112). Sum of RGB (Red+Green+Blue) = 91+85+112=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5570 is #A4AA8F. Grayscale: #595959. Windows color (decimal): -10791568 or 7361883. OLE color: 7361883.

HSL color Cylindrical-coordinate representation of color #5B5570: hue angle of 253.33º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B5570 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9185112-
CMYK0.190.2400.56
HSL253.33º13.71%38.63%-
HSV(B)253.33º24.11%43.92%-
XYZ10.499.8916.69-
YUV89.87140.49128.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.60%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=31.60%
G=29.51%
B=38.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91851120.190.2400.56253.3313.7138.63
Hex5B55701318038fde27
Octal13312516023300703751647
Binary10110111010101111000010011110000111000111111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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