Html Css Color HEX #542386 Kingfisher Daisy

📋 copy color: '#542386'

red 84 ◦ green 35 ◦ blue 134

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

Shades of Kingfisher Daisy #542386

Tints of Kingfisher Daisy #542386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 33.2%
G = 13.83%
B = 52.96%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#542386 (or 0x542386) is known color: Kingfisher Daisy. HEX triplet: 54, 23 and 86. RGB value is (84,35,134). Sum of RGB (Red+Green+Blue) = 84+35+134=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #542386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542386 is #ABDC79. Grayscale: #3C3C3C. Windows color (decimal): -11263098 or 8790868. OLE color: 8790868.

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

Color convert

RGB 84 35 134 -
CMYK 0.37 0.74 0 0.47
HSL 269.7º 0.59% 0.33% -
HSV(B) 269.7º 0.74% 0.53% -
XYZ 8.56 4.81 23.03 -
YUV 60.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 84 35 134 0.37 0.74 0 0.47 269.7 0.59 0.33
Hex 54 23 86 25 4A 0 2F 10E 3B 21
Octal 124 43 206 45 112 0 57 416 73 41
Binary 1010100 100011 10000110 100101 1001010 0 101111 100001110 111011 100001

Color Harmonies of #542386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542386

Black with #542386

Text Example


Text Example

White with #542386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542386; }

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

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

background-color css

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

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

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

border-color css

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

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

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