Html Css Color HEX #542890 Kingfisher Daisy

📋 copy color: '#542890'

red 84 ◦ green 40 ◦ blue 144

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

Shades of Kingfisher Daisy #542890

Tints of Kingfisher Daisy #542890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.93%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 31.34%
G = 14.93%
B = 53.73%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#542890 (or 0x542890) is known color: Kingfisher Daisy. HEX triplet: 54, 28 and 90. RGB value is (84,40,144). Sum of RGB (Red+Green+Blue) = 84+40+144=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #542890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542890 is #ABD76F. Grayscale: #404040. Windows color (decimal): -11261808 or 9447508. OLE color: 9447508.

HSL color Cylindrical-coordinate representation of color #542890: hue angle of 265.38º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #542890 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 40 144 -
CMYK 0.42 0.72 0 0.44
HSL 265.38º 0.57% 0.36% -
HSV(B) 265.38º 0.72% 0.56% -
XYZ 9.45 5.42 26.93 -
YUV 65.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 84 40 144 0.42 0.72 0 0.44 265.38 0.57 0.36
Hex 54 28 90 2A 48 0 2C 109 39 24
Octal 124 50 220 52 110 0 54 411 71 44
Binary 1010100 101000 10010000 101010 1001000 0 101100 100001001 111001 100100

Color Harmonies of #542890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542890

Black with #542890

Text Example


Text Example

White with #542890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542890; }

 p { color: rgb(84,40,144); }

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

background-color css

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

 a { background-color: rgb(84,40,144); }

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

border-color css

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

 span { border-color: rgb(84,40,144); }

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