#542899

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

Shades of Daisy Bush #542899

Tints of Daisy Bush #542899

Color information

#542899 (or 0x542899) is unknown color: approx Daisy Bush. HEX triplet: 54, 28 and 99. RGB value is (84,40,153). Sum of RGB (Red+Green+Blue) = 84+40+153=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #542899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542899 is #ABD766. Grayscale: #414141. Windows color (decimal): -11261799 or 10037332. OLE color: 10037332.

HSL color Cylindrical-coordinate representation of color #542899: hue angle of 263.36º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #542899 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8440153-
CMYK0.450.7400.4
HSL263.36º58.55%37.84%-
HSV(B)263.36º73.86%60%-
XYZ10.165.730.7-
YUV66.04177.08140.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=30.32%
G=14.44%
B=55.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84401530.450.7400.4263.3658.5537.84
Hex5428992D4A0281073b26
Octal12450231551120504077346
Binary10101001010001001100110110110010100101000100000111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542899; }

 p { color: rgb(84,40,153); }

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

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

 a { background-color: rgb(84,40,153); }

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

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

 span { border-color: rgb(84,40,153); }

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