#5C4860

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

Shades of Fedora #5C4860

Tints of Fedora #5C4860

Color information

#5C4860 (or 0x5C4860) is unknown color: approx Fedora. HEX triplet: 5C, 48 and 60. RGB value is (92,72,96). Sum of RGB (Red+Green+Blue) = 92+72+96=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C4860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4860 is #A3B79F. Grayscale: #505050. Windows color (decimal): -10729376 or 6309980. OLE color: 6309980.

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

Color convert

RGB927296-
CMYK0.040.2500.62
HSL290º14.29%32.94%-
HSV(B)290º25%37.65%-
XYZ8.847.7512.1-
YUV80.72136.63136.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.38%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=35.38%
G=27.69%
B=36.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9272960.040.2500.6229014.2932.94
Hex5C486041903E122e21
Octal1341101404310764421641
Binary1011100100100011000001001100101111101001000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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