#542C79

Color #542C79 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #542C79

Tints of Kingfisher Daisy #542C79

Color information

#542C79 (or 0x542C79) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 2C and 79. RGB value is (84,44,121). Sum of RGB (Red+Green+Blue) = 84+44+121=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #542C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C79 is #ABD386. Grayscale: #404040. Windows color (decimal): -11260807 or 7941204. OLE color: 7941204.

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

Color convert

RGB8444121-
CMYK0.310.6400.53
HSL271.17º46.67%32.35%-
HSV(B)271.17º63.64%47.45%-
XYZ8.015.0718.65-
YUV64.74159.75141.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=33.73%
G=17.67%
B=48.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84441210.310.6400.53271.1746.6732.35
Hex542C791F4003510f2f20
Octal12454171371000654175740
Binary101010010110011110011111110000000110101100001111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542C79; }

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

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

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

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

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

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

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

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