Html Css Color HEX #543580 Kingfisher Daisy

📋 copy color: '#543580'

red 84 ◦ green 53 ◦ blue 128

#543580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #543580

Tints of Kingfisher Daisy #543580

RGB

 RED value IS 84 (33.2% from 255) = 31.7%

 GREEN value IS 53 (21.09% from 255) = 20%

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 31.7%
G = 20%
B = 48.3%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#543580 (or 0x543580) is known color: 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

RGB 84 53 128 -
CMYK 0.34 0.59 0 0.50
HSL 264.8º 0.41% 0.35% -
HSV(B) 264.8º 0.59% 0.5% -
XYZ 8.83 5.99 21.11 -
YUV 70.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 84 53 128 0.34 0.59 0 0.50 264.8 0.41 0.35
Hex 54 35 80 22 3B 0 32 109 29 23
Octal 124 65 200 42 73 0 62 411 51 43
Binary 1010100 110101 10000000 100010 111011 0 110010 100001001 101001 100011

Color Harmonies of #543580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543580

Black with #543580

Text Example


Text Example

White with #543580

Text Example


Text Example

HTML Codes & Css Web 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>