Html Css Color HEX #542E8D Kingfisher Daisy

📋 copy color: '#542E8D'

red 84 ◦ green 46 ◦ blue 141

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

Shades of Kingfisher Daisy #542E8D

Tints of Kingfisher Daisy #542E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 31%
G = 16.97%
B = 52.03%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#542E8D (or 0x542E8D) is known color: Kingfisher Daisy. HEX triplet: 54, 2E and 8D. RGB value is (84,46,141). Sum of RGB (Red+Green+Blue) = 84+46+141=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #542E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542E8D is #ABD172. Grayscale: #434343. Windows color (decimal): -11260275 or 9252436. OLE color: 9252436.

HSL color Cylindrical-coordinate representation of color #542E8D: hue angle of 264º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #542E8D is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 46 141 -
CMYK 0.40 0.67 0 0.45
HSL 264º 0.51% 0.37% -
HSV(B) 264º 0.67% 0.55% -
XYZ 9.44 5.76 25.81 -
YUV 68.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 84 46 141 0.40 0.67 0 0.45 264 0.51 0.37
Hex 54 2E 8D 28 43 0 2D 108 33 25
Octal 124 56 215 50 103 0 55 410 63 45
Binary 1010100 101110 10001101 101000 1000011 0 101101 100001000 110011 100101

Color Harmonies of #542E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542E8D

Black with #542E8D

Text Example


Text Example

White with #542E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542E8D; }

 p { color: rgb(84,46,141); }

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

background-color css

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

 a { background-color: rgb(84,46,141); }

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

border-color css

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

 span { border-color: rgb(84,46,141); }

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