#5C5679

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

Shades of Smoky #5C5679

Tints of Smoky #5C5679

Color information

#5C5679 (or 0x5C5679) is unknown color: approx Smoky. HEX triplet: 5C, 56 and 79. RGB value is (92,86,121). Sum of RGB (Red+Green+Blue) = 92+86+121=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C5679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5679 is #A3A986. Grayscale: #5B5B5B. Windows color (decimal): -10725767 or 7951964. OLE color: 7951964.

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

Color convert

RGB9286121-
CMYK0.240.2900.53
HSL250.29º16.91%40.59%-
HSV(B)250.29º28.93%47.45%-
XYZ11.1910.3119.49-
YUV91.78144.49128.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.77%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=30.77%
G=28.76%
B=40.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92861210.240.2900.53250.2916.9140.59
Hex5C5679181D035fa1129
Octal13412617130350653722151
Binary101110010101101111001110001110101101011111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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