Html Css Color HEX #543184 Kingfisher Daisy

📋 copy color: '#543184'

red 84 ◦ green 49 ◦ blue 132

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

Shades of Kingfisher Daisy #543184

Tints of Kingfisher Daisy #543184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 132 (51.95% from 255) = 49.81%

R = 31.7%
G = 18.49%
B = 49.81%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#543184 (or 0x543184) is known color: Kingfisher Daisy. HEX triplet: 54, 31 and 84. RGB value is (84,49,132). Sum of RGB (Red+Green+Blue) = 84+49+132=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #543184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543184 is #ABCE7B. Grayscale: #444444. Windows color (decimal): -11259516 or 8663380. OLE color: 8663380.

HSL color Cylindrical-coordinate representation of color #543184: hue angle of 265.3º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #543184 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 49 132 -
CMYK 0.36 0.63 0 0.48
HSL 265.3º 0.46% 0.35% -
HSV(B) 265.3º 0.63% 0.52% -
XYZ 8.92 5.75 22.47 -
YUV 68.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 84 49 132 0.36 0.63 0 0.48 265.3 0.46 0.35
Hex 54 31 84 24 3F 0 30 109 2E 23
Octal 124 61 204 44 77 0 60 411 56 43
Binary 1010100 110001 10000100 100100 111111 0 110000 100001001 101110 100011

Color Harmonies of #543184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543184

Black with #543184

Text Example


Text Example

White with #543184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543184; }

 p { color: rgb(84,49,132); }

 H1.HeaderClassName
 {
   color: #543184;
 }
 .AnyTagClassName
 {
   color: #543184;
 }
</style>

background-color css

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

 a { background-color: rgb(84,49,132); }

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

border-color css

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

 span { border-color: rgb(84,49,132); }

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