#544C58

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

Shades of Fedora #544C58

Tints of Fedora #544C58

Color information

#544C58 (or 0x544C58) is unknown color: approx Fedora. HEX triplet: 54, 4C and 58. RGB value is (84,76,88). Sum of RGB (Red+Green+Blue) = 84+76+88=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #544C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C58 is #ABB3A7. Grayscale: #4F4F4F. Windows color (decimal): -11252648 or 5786708. OLE color: 5786708.

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

Color convert

RGB847688-
CMYK0.050.1400.65
HSL280º7.32%32.16%-
HSV(B)280º13.64%34.51%-
XYZ87.7610.31-
YUV79.76132.65131.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=33.87%
G=30.65%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8476880.050.1400.652807.3232.16
Hex544C585E041118720
Octal1241141305160101430740
Binary101010010011001011000101111001000001100011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,76,88); }

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

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

 a { background-color: rgb(84,76,88); }

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

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

 span { border-color: rgb(84,76,88); }

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