Html Css Color HEX #542591 Kingfisher Daisy

📋 copy color: '#542591'

red 84 ◦ green 37 ◦ blue 145

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

Shades of Kingfisher Daisy #542591

Tints of Kingfisher Daisy #542591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 31.58%
G = 13.91%
B = 54.51%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#542591 (or 0x542591) is known color: Kingfisher Daisy. HEX triplet: 54, 25 and 91. RGB value is (84,37,145). Sum of RGB (Red+Green+Blue) = 84+37+145=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #542591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542591 is #ABDA6E. Grayscale: #3E3E3E. Windows color (decimal): -11262575 or 9512276. OLE color: 9512276.

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

Color convert

RGB 84 37 145 -
CMYK 0.42 0.74 0 0.43
HSL 266.11º 0.59% 0.36% -
HSV(B) 266.11º 0.74% 0.57% -
XYZ 9.43 5.25 27.3 -
YUV 63.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 84 37 145 0.42 0.74 0 0.43 266.11 0.59 0.36
Hex 54 25 91 2A 4A 0 2B 10A 3B 24
Octal 124 45 221 52 112 0 53 412 73 44
Binary 1010100 100101 10010001 101010 1001010 0 101011 100001010 111011 100100

Color Harmonies of #542591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542591

Black with #542591

Text Example


Text Example

White with #542591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542591; }

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

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

background-color css

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

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

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

border-color css

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

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

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