#542686

Color #542686 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #542686

Tints of Kingfisher Daisy #542686

Color information

#542686 (or 0x542686) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 26 and 86. RGB value is (84,38,134). Sum of RGB (Red+Green+Blue) = 84+38+134=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #542686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542686 is #ABD979. Grayscale: #3E3E3E. Windows color (decimal): -11262330 or 8791636. OLE color: 8791636.

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

Color convert

RGB8438134-
CMYK0.370.7200.47
HSL268.75º55.81%33.73%-
HSV(B)268.75º71.64%52.55%-
XYZ8.654.9923.06-
YUV62.7168.24143.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.81%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 134 (52.73% from 255) = 52.34%
R=32.81%
G=14.84%
B=52.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84381340.370.7200.47268.7555.8133.73
Hex542686254802F10d3822
Octal12446206451100574157042
Binary10101001001101000011010010110010000101111100001101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542686; }

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

 H1.HeaderClassName
 {
   color: #542686;
 }
 .AnyTagClassName
 {
   color: #542686;
 }
</style>
background-color css

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

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

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

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

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

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