#544E56

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

Shades of Fedora #544E56

Tints of Fedora #544E56

Color information

#544E56 (or 0x544E56) is unknown color: approx Fedora. HEX triplet: 54, 4E and 56. RGB value is (84,78,86). Sum of RGB (Red+Green+Blue) = 84+78+86=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 86 - color contains mainly: blue. Hex color #544E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E56 is #ABB1A9. Grayscale: #505050. Windows color (decimal): -11252138 or 5656148. OLE color: 5656148.

HSL color Cylindrical-coordinate representation of color #544E56: hue angle of 285º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #544E56 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB847886-
CMYK0.020.0900.66
HSL285º4.88%32.16%-
HSV(B)285º9.3%33.73%-
XYZ8.068.019.92-
YUV80.71130.99130.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=33.87%
G=31.45%
B=34.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8478860.020.0900.662854.8832.16
Hex544E562904211d520
Octal1241161262110102435540
Binary10101001001110101011010100101000010100011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,78,86); }

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

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

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

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

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

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

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