Html Css Color HEX #544079 Kingfisher Daisy

📋 copy color: '#544079'

red 84 ◦ green 64 ◦ blue 121

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

Shades of Kingfisher Daisy #544079

Tints of Kingfisher Daisy #544079

RGB

 RED value IS 84 (33.2% from 255) = 31.23%

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 121 (47.66% from 255) = 44.98%

R = 31.23%
G = 23.79%
B = 44.98%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#544079 (or 0x544079) is known color: Kingfisher Daisy. HEX triplet: 54, 40 and 79. RGB value is (84,64,121). Sum of RGB (Red+Green+Blue) = 84+64+121=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #544079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544079 is #ABBF86. Grayscale: #4C4C4C. Windows color (decimal): -11255687 or 7946324. OLE color: 7946324.

HSL color Cylindrical-coordinate representation of color #544079: hue angle of 261.05º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #544079 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 64 121 -
CMYK 0.31 0.47 0 0.53
HSL 261.05º 0.31% 0.36% -
HSV(B) 261.05º 0.47% 0.47% -
XYZ 8.94 6.93 18.96 -
YUV 76.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 84 64 121 0.31 0.47 0 0.53 261.05 0.31 0.36
Hex 54 40 79 1F 2F 0 35 105 1F 24
Octal 124 100 171 37 57 0 65 405 37 44
Binary 1010100 1000000 1111001 11111 101111 0 110101 100000101 11111 100100

Color Harmonies of #544079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544079

Black with #544079

Text Example


Text Example

White with #544079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544079; }

 p { color: rgb(84,64,121); }

 H1.HeaderClassName
 {
   color: #544079;
 }
 .AnyTagClassName
 {
   color: #544079;
 }
</style>

background-color css

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

 a { background-color: rgb(84,64,121); }

 div.DivClassName
 {
   background-color: #544079;
 }
 .BgClassName
 {
   background-color: #544079;
 }
</style>

border-color css

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

 span { border-color: rgb(84,64,121); }

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