#5B5072

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

Shades of Smoky #5B5072

Tints of Smoky #5B5072

Color information

#5B5072 (or 0x5B5072) is unknown color: approx Smoky. HEX triplet: 5B, 50 and 72. RGB value is (91,80,114). Sum of RGB (Red+Green+Blue) = 91+80+114=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B5072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5072 is #A4AF8D. Grayscale: #575757. Windows color (decimal): -10792846 or 7491675. OLE color: 7491675.

HSL color Cylindrical-coordinate representation of color #5B5072: hue angle of 259.41º 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 #5B5072 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9180114-
CMYK0.200.3000.55
HSL259.41º17.53%38.04%-
HSV(B)259.41º29.82%44.71%-
XYZ10.229.1817.15-
YUV87.16143.14130.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 114 (44.92% from 255) = 40%
R=31.93%
G=28.07%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91801140.200.3000.55259.4117.5338.04
Hex5B5072141E0371031226
Octal13312016224360674032246
Binary1011011101000011100101010011110011011110000001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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