Html Css Color HEX #542986 Kingfisher Daisy

📋 copy color: '#542986'

red 84 ◦ green 41 ◦ blue 134

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

Shades of Kingfisher Daisy #542986

Tints of Kingfisher Daisy #542986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

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

R = 32.43%
G = 15.83%
B = 51.74%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#542986 (or 0x542986) is known color: Kingfisher Daisy. HEX triplet: 54, 29 and 86. RGB value is (84,41,134). Sum of RGB (Red+Green+Blue) = 84+41+134=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #542986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542986 is #ABD679. Grayscale: #404040. Windows color (decimal): -11261562 or 8792404. OLE color: 8792404.

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

Color convert

RGB 84 41 134 -
CMYK 0.37 0.69 0 0.47
HSL 267.74º 0.53% 0.34% -
HSV(B) 267.74º 0.69% 0.53% -
XYZ 8.75 5.19 23.1 -
YUV 64.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 84 41 134 0.37 0.69 0 0.47 267.74 0.53 0.34
Hex 54 29 86 25 45 0 2F 10C 35 22
Octal 124 51 206 45 105 0 57 414 65 42
Binary 1010100 101001 10000110 100101 1000101 0 101111 100001100 110101 100010

Color Harmonies of #542986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542986

Black with #542986

Text Example


Text Example

White with #542986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542986; }

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

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

background-color css

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

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

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

border-color css

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

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

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