Html Css Color HEX #542194 Kingfisher Daisy

📋 copy color: '#542194'

red 84 ◦ green 33 ◦ blue 148

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

Shades of Kingfisher Daisy #542194

Tints of Kingfisher Daisy #542194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

 BLUE value IS 148 (58.2% from 255) = 55.85%

R = 31.7%
G = 12.45%
B = 55.85%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#542194 (or 0x542194) is known color: Kingfisher Daisy. HEX triplet: 54, 21 and 94. RGB value is (84,33,148). Sum of RGB (Red+Green+Blue) = 84+33+148=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #542194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542194 is #ABDE6B. Grayscale: #3C3C3C. Windows color (decimal): -11263596 or 9707860. OLE color: 9707860.

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

Color convert

RGB 84 33 148 -
CMYK 0.43 0.78 0 0.42
HSL 266.61º 0.64% 0.35% -
HSV(B) 266.61º 0.78% 0.58% -
XYZ 9.55 5.11 28.5 -
YUV 61.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 84 33 148 0.43 0.78 0 0.42 266.61 0.64 0.35
Hex 54 21 94 2B 4E 0 2A 10B 40 23
Octal 124 41 224 53 116 0 52 413 100 43
Binary 1010100 100001 10010100 101011 1001110 0 101010 100001011 1000000 100011

Color Harmonies of #542194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542194

Black with #542194

Text Example


Text Example

White with #542194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542194; }

 p { color: rgb(84,33,148); }

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

background-color css

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

 a { background-color: rgb(84,33,148); }

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

border-color css

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

 span { border-color: rgb(84,33,148); }

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