#544D57

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

Shades of Fedora #544D57

Tints of Fedora #544D57

Color information

#544D57 (or 0x544D57) is unknown color: approx Fedora. HEX triplet: 54, 4D and 57. RGB value is (84,77,87). Sum of RGB (Red+Green+Blue) = 84+77+87=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 87 - color contains mainly: blue. Hex color #544D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D57 is #ABB2A8. Grayscale: #505050. Windows color (decimal): -11252393 or 5721428. OLE color: 5721428.

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

Color convert

RGB847787-
CMYK0.030.1100.66
HSL282º6.1%32.16%-
HSV(B)282º11.49%34.12%-
XYZ8.037.8810.11-
YUV80.23131.82130.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=33.87%
G=31.05%
B=35.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8477870.030.1100.662826.132.16
Hex544D573B04211a620
Octal1241151273130102432640
Binary10101001001101101011111101101000010100011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,77,87); }

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

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

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

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

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

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

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