#5B5073

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

Shades of Smoky #5B5073

Tints of Smoky #5B5073

Color information

#5B5073 (or 0x5B5073) is unknown color: approx Smoky. HEX triplet: 5B, 50 and 73. RGB value is (91,80,115). Sum of RGB (Red+Green+Blue) = 91+80+115=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5073 is #A4AF8C. Grayscale: #575757. Windows color (decimal): -10792845 or 7557211. OLE color: 7557211.

HSL color Cylindrical-coordinate representation of color #5B5073: hue angle of 258.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B5073 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9180115-
CMYK0.210.3000.55
HSL258.86º17.95%38.24%-
HSV(B)258.86º30.43%45.1%-
XYZ10.289.217.45-
YUV87.28143.64130.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=31.82%
G=27.97%
B=40.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91801150.210.3000.55258.8617.9538.24
Hex5B5073151E0371031226
Octal13312016325360674032246
Binary1011011101000011100111010111110011011110000001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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