Html Css Color HEX #542090 Kingfisher Daisy

📋 copy color: '#542090'

red 84 ◦ green 32 ◦ blue 144

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

Shades of Kingfisher Daisy #542090

Tints of Kingfisher Daisy #542090

RGB

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

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

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

R = 32.31%
G = 12.31%
B = 55.38%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#542090 (or 0x542090) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 90. RGB value is (84,32,144). Sum of RGB (Red+Green+Blue) = 84+32+144=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #542090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542090 is #ABDF6F. Grayscale: #3B3B3B. Windows color (decimal): -11263856 or 9445460. OLE color: 9445460.

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

Color convert

RGB 84 32 144 -
CMYK 0.42 0.78 0 0.44
HSL 267.86º 0.64% 0.35% -
HSV(B) 267.86º 0.78% 0.56% -
XYZ 9.21 4.93 26.85 -
YUV 60.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 84 32 144 0.42 0.78 0 0.44 267.86 0.64 0.35
Hex 54 20 90 2A 4E 0 2C 10C 40 23
Octal 124 40 220 52 116 0 54 414 100 43
Binary 1010100 100000 10010000 101010 1001110 0 101100 100001100 1000000 100011

Color Harmonies of #542090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542090

Black with #542090

Text Example


Text Example

White with #542090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542090; }

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

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

background-color css

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

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

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

border-color css

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

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

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