#5A4A5D

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

Shades of Fedora #5A4A5D

Tints of Fedora #5A4A5D

Color information

#5A4A5D (or 0x5A4A5D) is unknown color: approx Fedora. HEX triplet: 5A, 4A and 5D. RGB value is (90,74,93). Sum of RGB (Red+Green+Blue) = 90+74+93=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 74 (29.30% from 255 or 28.79% 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 #5A4A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4A5D is #A5B5A2. Grayscale: #505050. Windows color (decimal): -10859939 or 6113882. OLE color: 6113882.

HSL color Cylindrical-coordinate representation of color #5A4A5D: hue angle of 290.53º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A4A5D is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB907493-
CMYK0.030.2000.64
HSL290.53º11.38%32.75%-
HSV(B)290.53º20.43%36.47%-
XYZ8.647.8611.42-
YUV80.95134.8134.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.02%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=35.02%
G=28.79%
B=36.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9074930.030.2000.64290.5311.3832.75
Hex5A4A5D314040123b21
Octal13211213532401004431341
Binary1011010100101010111011110100010000001001000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,74,93); }

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

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

 a { background-color: rgb(90,74,93); }

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

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

 span { border-color: rgb(90,74,93); }

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