#5C5579

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

Shades of Smoky #5C5579

Tints of Smoky #5C5579

Color information

#5C5579 (or 0x5C5579) is unknown color: approx Smoky. HEX triplet: 5C, 55 and 79. RGB value is (92,85,121). Sum of RGB (Red+Green+Blue) = 92+85+121=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C5579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5579 is #A3AA86. Grayscale: #5B5B5B. Windows color (decimal): -10726023 or 7951708. OLE color: 7951708.

HSL color Cylindrical-coordinate representation of color #5C5579: hue angle of 251.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C5579 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9285121-
CMYK0.240.3000.53
HSL251.67º17.48%40.39%-
HSV(B)251.67º29.75%47.45%-
XYZ11.1110.1519.46-
YUV91.2144.82128.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.87%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=30.87%
G=28.52%
B=40.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92851210.240.3000.53251.6717.4840.39
Hex5C5579181E035fc1128
Octal13412517130360653742150
Binary101110010101011111001110001111001101011111110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,85,121); }

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

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

 a { background-color: rgb(92,85,121); }

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

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

 span { border-color: rgb(92,85,121); }

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