#542A84

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

Shades of Kingfisher Daisy #542A84

Tints of Kingfisher Daisy #542A84

Color information

#542A84 (or 0x542A84) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 2A and 84. RGB value is (84,42,132). Sum of RGB (Red+Green+Blue) = 84+42+132=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #542A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542A84 is #ABD57B. Grayscale: #404040. Windows color (decimal): -11261308 or 8661588. OLE color: 8661588.

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

Color convert

RGB8442132-
CMYK0.360.6800.48
HSL268º51.72%34.12%-
HSV(B)268º68.18%51.76%-
XYZ8.655.2122.38-
YUV64.82165.91141.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 132 (51.95% from 255) = 51.16%
R=32.56%
G=16.28%
B=51.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84421320.360.6800.4826851.7234.12
Hex542A84244403010c3422
Octal12452204441040604146442
Binary10101001010101000010010010010001000110000100001100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542A84; }

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

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

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

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

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

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

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

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