#5A545B

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

Shades of Fedora #5A545B

Tints of Fedora #5A545B

Color information

#5A545B (or 0x5A545B) is unknown color: approx Fedora. HEX triplet: 5A, 54 and 5B. RGB value is (90,84,91). Sum of RGB (Red+Green+Blue) = 90+84+91=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A545B is #A5ABA4. Grayscale: #565656. Windows color (decimal): -10857381 or 5985370. OLE color: 5985370.

HSL color Cylindrical-coordinate representation of color #5A545B: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A545B is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB908491-
CMYK0.010.0800.64
HSL291.43º4%34.31%-
HSV(B)291.43º7.69%35.69%-
XYZ9.289.2711.2-
YUV86.59130.49130.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=33.96%
G=31.70%
B=34.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9084910.010.0800.64291.43434.31
Hex5A545B18040123422
Octal1321241331100100443442
Binary1011010101010010110111100001000000100100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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