#5C4660

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

Shades of Fedora #5C4660

Tints of Fedora #5C4660

Color information

#5C4660 (or 0x5C4660) is unknown color: approx Fedora. HEX triplet: 5C, 46 and 60. RGB value is (92,70,96). Sum of RGB (Red+Green+Blue) = 92+70+96=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C4660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4660 is #A3B99F. Grayscale: #4F4F4F. Windows color (decimal): -10729888 or 6309468. OLE color: 6309468.

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

Color convert

RGB927096-
CMYK0.040.2700.62
HSL290.77º15.66%32.55%-
HSV(B)290.77º27.08%37.65%-
XYZ8.727.512.05-
YUV79.54137.29136.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.66%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=35.66%
G=27.13%
B=37.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9270960.040.2700.62290.7715.6632.55
Hex5C466041B03E1231021
Octal1341061404330764432041
Binary10111001000110110000010011011011111010010001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,70,96); }

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

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

 a { background-color: rgb(92,70,96); }

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

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

 span { border-color: rgb(92,70,96); }

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