#5A545A

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

Shades of Fedora #5A545A

Tints of Fedora #5A545A

Color information

#5A545A (or 0x5A545A) is unknown color: approx Fedora. HEX triplet: 5A, 54 and 5A. RGB value is (90,84,90). Sum of RGB (Red+Green+Blue) = 90+84+90=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A545A is #A5ABA5. Grayscale: #565656. Windows color (decimal): -10857382 or 5919834. OLE color: 5919834.

HSL color Cylindrical-coordinate representation of color #5A545A: hue angle of 300º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A545A is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB908490-
CMYK00.0700.65
HSL300º3.45%34.12%-
HSV(B)300º6.67%35.29%-
XYZ9.239.2510.97-
YUV86.48129.99130.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.09%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=34.09%
G=31.82%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90849000.0700.653003.4534.12
Hex5A545A0704112c322
Octal132124132070101454342
Binary10110101010100101101001110100000110010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,90); }

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

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

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

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

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

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

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