#543582

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

Shades of Kingfisher Daisy #543582

Tints of Kingfisher Daisy #543582

Color information

#543582 (or 0x543582) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 35 and 82. RGB value is (84,53,130). Sum of RGB (Red+Green+Blue) = 84+53+130=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #543582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543582 is #ABCA7D. Grayscale: #464646. Windows color (decimal): -11258494 or 8533332. OLE color: 8533332.

HSL color Cylindrical-coordinate representation of color #543582: hue angle of 264.16º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #543582 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8453130-
CMYK0.350.5900.49
HSL264.16º42.08%35.88%-
HSV(B)264.16º59.23%50.98%-
XYZ8.966.0421.81-
YUV71.05161.27137.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=31.46%
G=19.85%
B=48.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84531300.350.5900.49264.1642.0835.88
Hex543582233B0311082a24
Octal1246520243730614105244
Binary1010100110101100000101000111110110110001100001000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543582; }

 p { color: rgb(84,53,130); }

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

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

 a { background-color: rgb(84,53,130); }

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

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

 span { border-color: rgb(84,53,130); }

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