#542D8C

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

Shades of Kingfisher Daisy #542D8C

Tints of Kingfisher Daisy #542D8C

Color information

#542D8C (or 0x542D8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 2D and 8C. RGB value is (84,45,140). Sum of RGB (Red+Green+Blue) = 84+45+140=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #542D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542D8C is #ABD273. Grayscale: #434343. Windows color (decimal): -11260532 or 9186644. OLE color: 9186644.

HSL color Cylindrical-coordinate representation of color #542D8C: hue angle of 264.63º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #542D8C is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8445140-
CMYK0.40.6800.45
HSL264.63º51.35%36.27%-
HSV(B)264.63º67.86%54.9%-
XYZ9.335.6625.41-
YUV67.49168.92139.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 45 (17.97% from 255) = 16.73%
BLUE value IS 140 (55.08% from 255) = 52.04%
R=31.23%
G=16.73%
B=52.04%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84451400.40.6800.45264.6351.3536.27
Hex542D8C284402D1093324
Octal12455214501040554116344
Binary10101001011011000110010100010001000101101100001001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,45,140); }

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

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

 a { background-color: rgb(84,45,140); }

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

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

 span { border-color: rgb(84,45,140); }

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