Html Css Color HEX #542892 Kingfisher Daisy

📋 copy color: '#542892'

red 84 ◦ green 40 ◦ blue 146

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

Shades of Kingfisher Daisy #542892

Tints of Kingfisher Daisy #542892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

 BLUE value IS 146 (57.42% from 255) = 54.07%

R = 31.11%
G = 14.81%
B = 54.07%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#542892 (or 0x542892) is known color: Kingfisher Daisy. HEX triplet: 54, 28 and 92. RGB value is (84,40,146). Sum of RGB (Red+Green+Blue) = 84+40+146=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #542892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542892 is #ABD76D. Grayscale: #404040. Windows color (decimal): -11261806 or 9578580. OLE color: 9578580.

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

Color convert

RGB 84 40 146 -
CMYK 0.42 0.73 0 0.43
HSL 264.91º 0.57% 0.36% -
HSV(B) 264.91º 0.73% 0.57% -
XYZ 9.6 5.48 27.75 -
YUV 65.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 84 40 146 0.42 0.73 0 0.43 264.91 0.57 0.36
Hex 54 28 92 2A 49 0 2B 109 39 24
Octal 124 50 222 52 111 0 53 411 71 44
Binary 1010100 101000 10010010 101010 1001001 0 101011 100001001 111001 100100

Color Harmonies of #542892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542892

Black with #542892

Text Example


Text Example

White with #542892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542892; }

 p { color: rgb(84,40,146); }

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

background-color css

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

 a { background-color: rgb(84,40,146); }

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

border-color css

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

 span { border-color: rgb(84,40,146); }

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