Html Css Color HEX #542086 Kingfisher Daisy

📋 copy color: '#542086'

red 84 ◦ green 32 ◦ blue 134

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

Shades of Kingfisher Daisy #542086

Tints of Kingfisher Daisy #542086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 33.6%
G = 12.8%
B = 53.6%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#542086 (or 0x542086) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 86. RGB value is (84,32,134). Sum of RGB (Red+Green+Blue) = 84+32+134=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #542086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542086 is #ABDF79. Grayscale: #3A3A3A. Windows color (decimal): -11263866 or 8790100. OLE color: 8790100.

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

Color convert

RGB 84 32 134 -
CMYK 0.37 0.76 0 0.47
HSL 270.59º 0.61% 0.33% -
HSV(B) 270.59º 0.76% 0.53% -
XYZ 8.48 4.64 23 -
YUV 59.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 84 32 134 0.37 0.76 0 0.47 270.59 0.61 0.33
Hex 54 20 86 25 4C 0 2F 10F 3D 21
Octal 124 40 206 45 114 0 57 417 75 41
Binary 1010100 100000 10000110 100101 1001100 0 101111 100001111 111101 100001

Color Harmonies of #542086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542086

Black with #542086

Text Example


Text Example

White with #542086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542086; }

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

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

background-color css

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

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

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

border-color css

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

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

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