Html Css Color HEX #543384 Kingfisher Daisy

📋 copy color: '#543384'

red 84 ◦ green 51 ◦ blue 132

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

Shades of Kingfisher Daisy #543384

Tints of Kingfisher Daisy #543384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

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

R = 31.46%
G = 19.1%
B = 49.44%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#543384 (or 0x543384) is known color: Kingfisher Daisy. HEX triplet: 54, 33 and 84. RGB value is (84,51,132). Sum of RGB (Red+Green+Blue) = 84+51+132=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #543384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543384 is #ABCC7B. Grayscale: #454545. Windows color (decimal): -11259004 or 8663892. OLE color: 8663892.

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

Color convert

RGB 84 51 132 -
CMYK 0.36 0.61 0 0.48
HSL 264.44º 0.44% 0.36% -
HSV(B) 264.44º 0.61% 0.52% -
XYZ 9 5.92 22.5 -
YUV 70.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 84 51 132 0.36 0.61 0 0.48 264.44 0.44 0.36
Hex 54 33 84 24 3D 0 30 108 2C 24
Octal 124 63 204 44 75 0 60 410 54 44
Binary 1010100 110011 10000100 100100 111101 0 110000 100001000 101100 100100

Color Harmonies of #543384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543384

Black with #543384

Text Example


Text Example

White with #543384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543384; }

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

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

background-color css

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

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

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

border-color css

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

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

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