#5A495C

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

Shades of Fedora #5A495C

Tints of Fedora #5A495C

Color information

#5A495C (or 0x5A495C) is unknown color: approx Fedora. HEX triplet: 5A, 49 and 5C. RGB value is (90,73,92). Sum of RGB (Red+Green+Blue) = 90+73+92=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A495C is #A5B6A3. Grayscale: #505050. Windows color (decimal): -10860196 or 6048090. OLE color: 6048090.

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

Color convert

RGB907392-
CMYK0.020.2100.64
HSL293.68º11.52%32.35%-
HSV(B)293.68º20.65%36.08%-
XYZ8.537.7111.16-
YUV80.25134.63134.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.29%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=35.29%
G=28.63%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9073920.020.2100.64293.6811.5232.35
Hex5A495C215040126c20
Octal13211113422501004461440
Binary1011010100100110111001010101010000001001001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,73,92); }

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

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

 a { background-color: rgb(90,73,92); }

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

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

 span { border-color: rgb(90,73,92); }

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