#5A485B

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

Shades of Fedora #5A485B

Tints of Fedora #5A485B

Color information

#5A485B (or 0x5A485B) is unknown color: approx Fedora. HEX triplet: 5A, 48 and 5B. RGB value is (90,72,91). Sum of RGB (Red+Green+Blue) = 90+72+91=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A485B is #A5B7A4. Grayscale: #4F4F4F. Windows color (decimal): -10860453 or 5982298. OLE color: 5982298.

HSL color Cylindrical-coordinate representation of color #5A485B: hue angle of 296.84º 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 #5A485B is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB907291-
CMYK0.010.2100.64
HSL296.84º11.66%31.96%-
HSV(B)296.84º20.88%35.69%-
XYZ8.427.5610.91-
YUV79.55134.46135.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=35.57%
G=28.46%
B=35.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9072910.010.2100.64296.8411.6631.96
Hex5A485B115040129c20
Octal13211013312501004511440
Binary101101010010001011011110101010000001001010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,72,91); }

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

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

 a { background-color: rgb(90,72,91); }

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

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

 span { border-color: rgb(90,72,91); }

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