#543C72

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

Shades of Kingfisher Daisy #543C72

Tints of Kingfisher Daisy #543C72

Color information

#543C72 (or 0x543C72) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 3C and 72. RGB value is (84,60,114). Sum of RGB (Red+Green+Blue) = 84+60+114=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #543C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C72 is #ABC38D. Grayscale: #494949. Windows color (decimal): -11256718 or 7486548. OLE color: 7486548.

HSL color Cylindrical-coordinate representation of color #543C72: hue angle of 266.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #543C72 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8460114-
CMYK0.260.4700.55
HSL266.67º31.03%34.12%-
HSV(B)266.67º47.37%44.71%-
XYZ8.316.3316.7-
YUV73.33150.95135.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=32.56%
G=23.26%
B=44.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84601140.260.4700.55266.6731.0334.12
Hex543C721A2F03710b1f22
Octal1247416232570674133742
Binary1010100111100111001011010101111011011110000101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,60,114); }

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

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

 a { background-color: rgb(84,60,114); }

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

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

 span { border-color: rgb(84,60,114); }

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