#5C4461

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

Shades of Fedora #5C4461

Tints of Fedora #5C4461

Color information

#5C4461 (or 0x5C4461) is unknown color: approx Fedora. HEX triplet: 5C, 44 and 61. RGB value is (92,68,97). Sum of RGB (Red+Green+Blue) = 92+68+97=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C4461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4461 is #A3BB9E. Grayscale: #4E4E4E. Windows color (decimal): -10730399 or 6374492. OLE color: 6374492.

HSL color Cylindrical-coordinate representation of color #5C4461: hue angle of 289.66º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C4461 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB926897-
CMYK0.050.3000.62
HSL289.66º17.58%32.35%-
HSV(B)289.66º29.9%38.04%-
XYZ8.647.2712.26-
YUV78.48138.45137.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.80%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=35.80%
G=26.46%
B=37.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9268970.050.3000.62289.6617.5832.35
Hex5C446151E03E1221220
Octal1341041415360764422240
Binary10111001000100110000110111110011111010010001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,68,97); }

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

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

 a { background-color: rgb(92,68,97); }

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

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

 span { border-color: rgb(92,68,97); }

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