#543084

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

Shades of Kingfisher Daisy #543084

Tints of Kingfisher Daisy #543084

Color information

#543084 (or 0x543084) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 30 and 84. RGB value is (84,48,132). Sum of RGB (Red+Green+Blue) = 84+48+132=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #543084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543084 is #ABCF7B. Grayscale: #444444. Windows color (decimal): -11259772 or 8663124. OLE color: 8663124.

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

Color convert

RGB8448132-
CMYK0.360.6400.48
HSL265.71º46.67%35.29%-
HSV(B)265.71º63.64%51.76%-
XYZ8.885.6622.46-
YUV68.34163.93139.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 132 (51.95% from 255) = 50%
R=31.82%
G=18.18%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84481320.360.6400.48265.7146.6735.29
Hex543084244003010a2f23
Octal12460204441000604125743
Binary10101001100001000010010010010000000110000100001010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543084; }

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

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

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

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

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

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

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

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