Html Css Color HEX #542C80 Kingfisher Daisy

📋 copy color: '#542C80'

red 84 ◦ green 44 ◦ blue 128

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

Shades of Kingfisher Daisy #542C80

Tints of Kingfisher Daisy #542C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

 BLUE value IS 128 (50.39% from 255) = 50%

R = 32.81%
G = 17.19%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#542C80 (or 0x542C80) is known color: Kingfisher Daisy. HEX triplet: 54, 2C and 80. RGB value is (84,44,128). Sum of RGB (Red+Green+Blue) = 84+44+128=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #542C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542C80 is #ABD37F. Grayscale: #414141. Windows color (decimal): -11260800 or 8399956. OLE color: 8399956.

HSL color Cylindrical-coordinate representation of color #542C80: hue angle of 268.57º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #542C80 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 44 128 -
CMYK 0.34 0.66 0 0.50
HSL 268.57º 0.49% 0.34% -
HSV(B) 268.57º 0.66% 0.5% -
XYZ 8.45 5.24 20.99 -
YUV 65.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 84 44 128 0.34 0.66 0 0.50 268.57 0.49 0.34
Hex 54 2C 80 22 42 0 32 10D 31 22
Octal 124 54 200 42 102 0 62 415 61 42
Binary 1010100 101100 10000000 100010 1000010 0 110010 100001101 110001 100010

Color Harmonies of #542C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542C80

Black with #542C80

Text Example


Text Example

White with #542C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,44,128); }

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

background-color css

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

 a { background-color: rgb(84,44,128); }

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

border-color css

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

 span { border-color: rgb(84,44,128); }

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