Html Css Color HEX #542690 Kingfisher Daisy

📋 copy color: '#542690'

red 84 ◦ green 38 ◦ blue 144

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

Shades of Kingfisher Daisy #542690

Tints of Kingfisher Daisy #542690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 31.58%
G = 14.29%
B = 54.14%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#542690 (or 0x542690) is known color: Kingfisher Daisy. HEX triplet: 54, 26 and 90. RGB value is (84,38,144). Sum of RGB (Red+Green+Blue) = 84+38+144=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #542690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542690 is #ABD96F. Grayscale: #3F3F3F. Windows color (decimal): -11262320 or 9446996. OLE color: 9446996.

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

Color convert

RGB 84 38 144 -
CMYK 0.42 0.74 0 0.44
HSL 266.04º 0.58% 0.36% -
HSV(B) 266.04º 0.74% 0.56% -
XYZ 9.38 5.28 26.91 -
YUV 63.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 84 38 144 0.42 0.74 0 0.44 266.04 0.58 0.36
Hex 54 26 90 2A 4A 0 2C 10A 3A 24
Octal 124 46 220 52 112 0 54 412 72 44
Binary 1010100 100110 10010000 101010 1001010 0 101100 100001010 111010 100100

Color Harmonies of #542690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542690

Black with #542690

Text Example


Text Example

White with #542690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542690; }

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

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

background-color css

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

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

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

border-color css

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

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

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