#543A78

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

Shades of Kingfisher Daisy #543A78

Tints of Kingfisher Daisy #543A78

Color information

#543A78 (or 0x543A78) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 3A and 78. RGB value is (84,58,120). Sum of RGB (Red+Green+Blue) = 84+58+120=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #543A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A78 is #ABC587. Grayscale: #484848. Windows color (decimal): -11257224 or 7879252. OLE color: 7879252.

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

Color convert

RGB8458120-
CMYK0.30.5200.53
HSL265.16º34.83%34.9%-
HSV(B)265.16º51.67%47.06%-
XYZ8.566.2718.53-
YUV72.84154.61135.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 58 (23.05% from 255) = 22.14%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=32.06%
G=22.14%
B=45.80%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84581200.30.5200.53265.1634.8334.9
Hex543A781E340351092323
Octal1247217036640654114343
Binary10101001110101111000111101101000110101100001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543A78; }

 p { color: rgb(84,58,120); }

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

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

 a { background-color: rgb(84,58,120); }

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

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

 span { border-color: rgb(84,58,120); }

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