#543386

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

Shades of Kingfisher Daisy #543386

Tints of Kingfisher Daisy #543386

Color information

#543386 (or 0x543386) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 33 and 86. RGB value is (84,51,134). Sum of RGB (Red+Green+Blue) = 84+51+134=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #543386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543386 is #ABCC79. Grayscale: #464646. Windows color (decimal): -11259002 or 8794964. OLE color: 8794964.

HSL color Cylindrical-coordinate representation of color #543386: hue angle of 263.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #543386 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8451134-
CMYK0.370.6200.47
HSL263.86º44.86%36.27%-
HSV(B)263.86º61.94%52.55%-
XYZ9.145.9723.23-
YUV70.33163.93137.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=31.23%
G=18.96%
B=49.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84511340.370.6200.47263.8644.8636.27
Hex543386253E02F1082d24
Octal1246320645760574105544
Binary1010100110011100001101001011111100101111100001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543386; }

 p { color: rgb(84,51,134); }

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

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

 a { background-color: rgb(84,51,134); }

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

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

 span { border-color: rgb(84,51,134); }

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