#543E7D

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

Shades of Kingfisher Daisy #543E7D

Tints of Kingfisher Daisy #543E7D

Color information

#543E7D (or 0x543E7D) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 3E and 7D. RGB value is (84,62,125). Sum of RGB (Red+Green+Blue) = 84+62+125=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #543E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543E7D is #ABC182. Grayscale: #4B4B4B. Windows color (decimal): -11256195 or 8207956. OLE color: 8207956.

HSL color Cylindrical-coordinate representation of color #543E7D: hue angle of 260.95º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #543E7D is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8462125-
CMYK0.330.5000.51
HSL260.95º33.69%36.67%-
HSV(B)260.95º50.4%49.02%-
XYZ9.086.8120.24-
YUV75.76155.79133.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 62 (24.61% from 255) = 22.88%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=31.00%
G=22.88%
B=46.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84621250.330.5000.51260.9533.6936.67
Hex543E7D21320331052225
Octal1247617541620634054245
Binary101010011111011111011000011100100110011100000101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,62,125); }

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

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

 a { background-color: rgb(84,62,125); }

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

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

 span { border-color: rgb(84,62,125); }

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