#5B5273

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

Shades of Smoky #5B5273

Tints of Smoky #5B5273

Color information

#5B5273 (or 0x5B5273) is unknown color: approx Smoky. HEX triplet: 5B, 52 and 73. RGB value is (91,82,115). Sum of RGB (Red+Green+Blue) = 91+82+115=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5273 is #A4AD8C. Grayscale: #585858. Windows color (decimal): -10792333 or 7557723. OLE color: 7557723.

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

Color convert

RGB9182115-
CMYK0.210.2900.55
HSL256.36º16.75%38.63%-
HSV(B)256.36º28.7%45.1%-
XYZ10.439.517.5-
YUV88.45142.98129.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.60%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=31.60%
G=28.47%
B=39.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91821150.210.2900.55256.3616.7538.63
Hex5B5273151D0371001127
Octal13312216325350674002147
Binary1011011101001011100111010111101011011110000000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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