#5A455E

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

Shades of Fedora #5A455E

Tints of Fedora #5A455E

Color information

#5A455E (or 0x5A455E) is unknown color: approx Fedora. HEX triplet: 5A, 45 and 5E. RGB value is (90,69,94). Sum of RGB (Red+Green+Blue) = 90+69+94=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A455E is #A5BAA1. Grayscale: #4E4E4E. Windows color (decimal): -10861218 or 6178138. OLE color: 6178138.

HSL color Cylindrical-coordinate representation of color #5A455E: hue angle of 290.4º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A455E is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB906994-
CMYK0.040.2700.63
HSL290.4º15.34%31.96%-
HSV(B)290.4º26.6%36.86%-
XYZ8.367.2411.55-
YUV78.13136.96136.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=35.57%
G=27.27%
B=37.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9069940.040.2700.63290.415.3431.96
Hex5A455E41B03F122f20
Octal1321051364330774421740
Binary1011010100010110111101001101101111111001000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,69,94); }

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

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

 a { background-color: rgb(90,69,94); }

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

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

 span { border-color: rgb(90,69,94); }

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