Html Css Color HEX #544C58 Fedora

📋 copy color: '#544C58'

red 84 ◦ green 76 ◦ blue 88

#544C58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #544C58

Tints of Fedora #544C58

RGB

 RED value IS 84 (33.2% 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 value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#544C58 (or 0x544C58) is known color: 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

RGB 84 76 88 -
CMYK 0.05 0.14 0 0.65
HSL 280º 0.07% 0.32% -
HSV(B) 280º 0.14% 0.35% -
XYZ 8 7.76 10.31 -
YUV 79.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 84 76 88 0.05 0.14 0 0.65 280 0.07 0.32
Hex 54 4C 58 5 E 0 41 118 7 20
Octal 124 114 130 5 16 0 101 430 7 40
Binary 1010100 1001100 1011000 101 1110 0 1000001 100011000 111 100000

Color Harmonies of #544C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C58

Black with #544C58

Text Example


Text Example

White with #544C58

Text Example


Text Example

HTML Codes & Css Web 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>