#543580

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

Shades of Kingfisher Daisy #543580

Tints of Kingfisher Daisy #543580

Color information

#543580 (or 0x543580) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 35 and 80. RGB value is (84,53,128). Sum of RGB (Red+Green+Blue) = 84+53+128=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #543580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543580 is #ABCA7F. Grayscale: #464646. Windows color (decimal): -11258496 or 8402260. OLE color: 8402260.

HSL color Cylindrical-coordinate representation of color #543580: hue angle of 264.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #543580 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8453128-
CMYK0.340.5900.50
HSL264.8º41.44%35.49%-
HSV(B)264.8º58.59%50.2%-
XYZ8.835.9921.11-
YUV70.82160.27137.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 128 (50.39% from 255) = 48.30%
R=31.70%
G=20%
B=48.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84531280.340.5900.50264.841.4435.49
Hex543580223B0321092923
Octal1246520042730624115143
Binary1010100110101100000001000101110110110010100001001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543580; }

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

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

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

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

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

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

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

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