Html Css Color HEX #542084 Kingfisher Daisy

📋 copy color: '#542084'

red 84 ◦ green 32 ◦ blue 132

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

Shades of Kingfisher Daisy #542084

Tints of Kingfisher Daisy #542084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 33.87%
G = 12.9%
B = 53.23%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#542084 (or 0x542084) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 84. RGB value is (84,32,132). Sum of RGB (Red+Green+Blue) = 84+32+132=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #542084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542084 is #ABDF7B. Grayscale: #3A3A3A. Windows color (decimal): -11263868 or 8659028. OLE color: 8659028.

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

Color convert

RGB 84 32 132 -
CMYK 0.36 0.76 0 0.48
HSL 271.2º 0.61% 0.32% -
HSV(B) 271.2º 0.76% 0.52% -
XYZ 8.34 4.58 22.28 -
YUV 58.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 84 32 132 0.36 0.76 0 0.48 271.2 0.61 0.32
Hex 54 20 84 24 4C 0 30 10F 3D 20
Octal 124 40 204 44 114 0 60 417 75 40
Binary 1010100 100000 10000100 100100 1001100 0 110000 100001111 111101 100000

Color Harmonies of #542084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542084

Black with #542084

Text Example


Text Example

White with #542084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542084; }

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

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

background-color css

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

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

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

border-color css

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

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

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