#5B5773

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

Shades of Smoky #5B5773

Tints of Smoky #5B5773

Color information

#5B5773 (or 0x5B5773) is unknown color: approx Smoky. HEX triplet: 5B, 57 and 73. RGB value is (91,87,115). Sum of RGB (Red+Green+Blue) = 91+87+115=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5773 is #A4A88C. Grayscale: #5B5B5B. Windows color (decimal): -10791053 or 7559003. OLE color: 7559003.

HSL color Cylindrical-coordinate representation of color #5B5773: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B5773 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9187115-
CMYK0.210.2400.55
HSL248.57º13.86%39.61%-
HSV(B)248.57º24.35%45.1%-
XYZ10.8210.2817.63-
YUV91.39141.33127.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.06%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=31.06%
G=29.69%
B=39.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91871150.210.2400.55248.5713.8639.61
Hex5B57731518037f9e28
Octal13312716325300673711650
Binary10110111010111111001110101110000110111111110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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