#544F56

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

Shades of Fedora #544F56

Tints of Fedora #544F56

Color information

#544F56 (or 0x544F56) is unknown color: approx Fedora. HEX triplet: 54, 4F and 56. RGB value is (84,79,86). Sum of RGB (Red+Green+Blue) = 84+79+86=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 86 - color contains mainly: blue. Hex color #544F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544F56 is #ABB0A9. Grayscale: #515151. Windows color (decimal): -11251882 or 5656404. OLE color: 5656404.

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

Color convert

RGB847986-
CMYK0.020.0800.66
HSL282.86º4.24%32.35%-
HSV(B)282.86º8.14%33.73%-
XYZ8.138.159.95-
YUV81.29130.66129.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=33.73%
G=31.73%
B=34.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8479860.020.0800.66282.864.2432.35
Hex544F562804211b420
Octal1241171262100102433440
Binary10101001001111101011010100001000010100011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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