Html Css Color HEX #542590 Kingfisher Daisy

📋 copy color: '#542590'

red 84 ◦ green 37 ◦ blue 144

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

Shades of Kingfisher Daisy #542590

Tints of Kingfisher Daisy #542590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

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

R = 31.7%
G = 13.96%
B = 54.34%

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

#542590 (or 0x542590) is known color: Kingfisher Daisy. HEX triplet: 54, 25 and 90. RGB value is (84,37,144). Sum of RGB (Red+Green+Blue) = 84+37+144=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #542590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542590 is #ABDA6F. Grayscale: #3E3E3E. Windows color (decimal): -11262576 or 9446740. OLE color: 9446740.

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

Color convert

RGB 84 37 144 -
CMYK 0.42 0.74 0 0.44
HSL 266.36º 0.59% 0.35% -
HSV(B) 266.36º 0.74% 0.56% -
XYZ 9.35 5.22 26.9 -
YUV 63.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 84 37 144 0.42 0.74 0 0.44 266.36 0.59 0.35
Hex 54 25 90 2A 4A 0 2C 10A 3B 23
Octal 124 45 220 52 112 0 54 412 73 43
Binary 1010100 100101 10010000 101010 1001010 0 101100 100001010 111011 100011

Color Harmonies of #542590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542590

Black with #542590

Text Example


Text Example

White with #542590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542590; }

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

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

background-color css

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

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

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

border-color css

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

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

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