#544A59

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

Shades of Fedora #544A59

Tints of Fedora #544A59

Color information

#544A59 (or 0x544A59) is unknown color: approx Fedora. HEX triplet: 54, 4A and 59. RGB value is (84,74,89). Sum of RGB (Red+Green+Blue) = 84+74+89=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #544A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A59 is #ABB5A6. Grayscale: #4E4E4E. Windows color (decimal): -11253159 or 5851732. OLE color: 5851732.

HSL color Cylindrical-coordinate representation of color #544A59: hue angle of 280º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #544A59 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB847489-
CMYK0.060.1700.65
HSL280º9.2%31.96%-
HSV(B)280º16.85%34.9%-
XYZ7.917.510.48-
YUV78.7133.81131.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=34.01%
G=29.96%
B=36.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8474890.060.1700.652809.231.96
Hex544A59611041118920
Octal12411213162101014301140
Binary10101001001010101100111010001010000011000110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A59; }

 p { color: rgb(84,74,89); }

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

<style>
 a { background-color: #544A59; }

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

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

<style>
 span { border-color: #544A59; }

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

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