#5C485D

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

Shades of Fedora #5C485D

Tints of Fedora #5C485D

Color information

#5C485D (or 0x5C485D) is unknown color: approx Fedora. HEX triplet: 5C, 48 and 5D. RGB value is (92,72,93). Sum of RGB (Red+Green+Blue) = 92+72+93=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C485D is #A3B7A2. Grayscale: #505050. Windows color (decimal): -10729379 or 6113372. OLE color: 6113372.

HSL color Cylindrical-coordinate representation of color #5C485D: hue angle of 297.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C485D is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB927293-
CMYK0.010.2300.64
HSL297.14º12.73%32.35%-
HSV(B)297.14º22.58%36.47%-
XYZ8.717.711.38-
YUV80.37135.13136.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.80%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=35.80%
G=28.02%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9272930.010.2300.64297.1412.7332.35
Hex5C485D117040129d20
Octal13411013512701004511540
Binary101110010010001011101110111010000001001010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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