#5A545D

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

Shades of Fedora #5A545D

Tints of Fedora #5A545D

Color information

#5A545D (or 0x5A545D) is unknown color: approx Fedora. HEX triplet: 5A, 54 and 5D. RGB value is (90,84,93). Sum of RGB (Red+Green+Blue) = 90+84+93=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A545D is #A5ABA2. Grayscale: #565656. Windows color (decimal): -10857379 or 6116442. OLE color: 6116442.

HSL color Cylindrical-coordinate representation of color #5A545D: hue angle of 280º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A545D is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB908493-
CMYK0.030.1000.64
HSL280º5.08%34.71%-
HSV(B)280º9.68%36.47%-
XYZ9.369.311.66-
YUV86.82131.49130.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.71%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=33.71%
G=31.46%
B=34.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9084930.030.1000.642805.0834.71
Hex5A545D3A040118523
Octal1321241353120100430543
Binary10110101010100101110111101001000000100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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