Html Css Color HEX #542786 Kingfisher Daisy

📋 copy color: '#542786'

red 84 ◦ green 39 ◦ blue 134

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

Shades of Kingfisher Daisy #542786

Tints of Kingfisher Daisy #542786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 134 (52.73% from 255) = 52.14%

R = 32.68%
G = 15.18%
B = 52.14%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#542786 (or 0x542786) is known color: Kingfisher Daisy. HEX triplet: 54, 27 and 86. RGB value is (84,39,134). Sum of RGB (Red+Green+Blue) = 84+39+134=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #542786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542786 is #ABD879. Grayscale: #3E3E3E. Windows color (decimal): -11262074 or 8791892. OLE color: 8791892.

HSL color Cylindrical-coordinate representation of color #542786: hue angle of 268.42º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #542786 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 39 134 -
CMYK 0.37 0.71 0 0.47
HSL 268.42º 0.55% 0.34% -
HSV(B) 268.42º 0.71% 0.53% -
XYZ 8.68 5.06 23.07 -
YUV 63.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 84 39 134 0.37 0.71 0 0.47 268.42 0.55 0.34
Hex 54 27 86 25 47 0 2F 10C 37 22
Octal 124 47 206 45 107 0 57 414 67 42
Binary 1010100 100111 10000110 100101 1000111 0 101111 100001100 110111 100010

Color Harmonies of #542786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542786

Black with #542786

Text Example


Text Example

White with #542786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542786; }

 p { color: rgb(84,39,134); }

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

background-color css

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

 a { background-color: rgb(84,39,134); }

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

border-color css

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

 span { border-color: rgb(84,39,134); }

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