Html Css Color HEX #542289 Kingfisher Daisy

📋 copy color: '#542289'

red 84 ◦ green 34 ◦ blue 137

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

Shades of Kingfisher Daisy #542289

Tints of Kingfisher Daisy #542289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 32.94%
G = 13.33%
B = 53.73%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#542289 (or 0x542289) is known color: Kingfisher Daisy. HEX triplet: 54, 22 and 89. RGB value is (84,34,137). Sum of RGB (Red+Green+Blue) = 84+34+137=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #542289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542289 is #ABDD76. Grayscale: #3C3C3C. Windows color (decimal): -11263351 or 8987220. OLE color: 8987220.

HSL color Cylindrical-coordinate representation of color #542289: hue angle of 269.13º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542289 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 34 137 -
CMYK 0.39 0.75 0 0.46
HSL 269.13º 0.6% 0.34% -
HSV(B) 269.13º 0.75% 0.54% -
XYZ 8.74 4.84 24.14 -
YUV 60.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 84 34 137 0.39 0.75 0 0.46 269.13 0.6 0.34
Hex 54 22 89 27 4B 0 2E 10D 3C 22
Octal 124 42 211 47 113 0 56 415 74 42
Binary 1010100 100010 10001001 100111 1001011 0 101110 100001101 111100 100010

Color Harmonies of #542289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542289

Black with #542289

Text Example


Text Example

White with #542289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542289; }

 p { color: rgb(84,34,137); }

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

background-color css

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

 a { background-color: rgb(84,34,137); }

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

border-color css

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

 span { border-color: rgb(84,34,137); }

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