#542299

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

Shades of Daisy Bush #542299

Tints of Daisy Bush #542299

Color information

#542299 (or 0x542299) is unknown color: approx Daisy Bush. HEX triplet: 54, 22 and 99. RGB value is (84,34,153). Sum of RGB (Red+Green+Blue) = 84+34+153=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #542299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542299 is #ABDD66. Grayscale: #3E3E3E. Windows color (decimal): -11263335 or 10035796. OLE color: 10035796.

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

Color convert

RGB8434153-
CMYK0.450.7800.4
HSL265.21º63.64%36.67%-
HSV(B)265.21º77.78%60%-
XYZ9.985.3330.64-
YUV62.52179.06143.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=31.00%
G=12.55%
B=56.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84341530.450.7800.4265.2163.6436.67
Hex5422992D4E0281094025
Octal124422315511605041110045
Binary101010010001010011001101101100111001010001000010011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542299; }

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

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

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

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

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

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

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

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