#543484

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

Shades of Kingfisher Daisy #543484

Tints of Kingfisher Daisy #543484

Color information

#543484 (or 0x543484) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 34 and 84. RGB value is (84,52,132). Sum of RGB (Red+Green+Blue) = 84+52+132=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #543484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543484 is #ABCB7B. Grayscale: #464646. Windows color (decimal): -11258748 or 8664148. OLE color: 8664148.

HSL color Cylindrical-coordinate representation of color #543484: hue angle of 264º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #543484 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8452132-
CMYK0.360.6100.48
HSL264º43.48%36.08%-
HSV(B)264º60.61%51.76%-
XYZ9.056.0122.51-
YUV70.69162.6137.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=31.34%
G=19.40%
B=49.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84521320.360.6100.4826443.4836.08
Hex543484243D0301082b24
Octal1246420444750604105344
Binary1010100110100100001001001001111010110000100001000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543484; }

 p { color: rgb(84,52,132); }

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

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

 a { background-color: rgb(84,52,132); }

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

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

 span { border-color: rgb(84,52,132); }

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