#5C5271

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

Shades of Smoky #5C5271

Tints of Smoky #5C5271

Color information

#5C5271 (or 0x5C5271) is unknown color: approx Smoky. HEX triplet: 5C, 52 and 71. RGB value is (92,82,113). Sum of RGB (Red+Green+Blue) = 92+82+113=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5271 is #A3AD8E. Grayscale: #585858. Windows color (decimal): -10726799 or 7426652. OLE color: 7426652.

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

Color convert

RGB9282113-
CMYK0.190.2700.56
HSL259.35º15.9%38.24%-
HSV(B)259.35º27.43%44.31%-
XYZ10.419.516.91-
YUV88.52141.81130.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=32.06%
G=28.57%
B=39.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92821130.190.2700.56259.3515.938.24
Hex5C5271131B0381031026
Octal13412216123330704032046
Binary1011100101001011100011001111011011100010000001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,82,113); }

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

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

 a { background-color: rgb(92,82,113); }

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

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

 span { border-color: rgb(92,82,113); }

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