#542996

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

Shades of Daisy Bush #542996

Tints of Daisy Bush #542996

Color information

#542996 (or 0x542996) is unknown color: approx Daisy Bush. HEX triplet: 54, 29 and 96. RGB value is (84,41,150). Sum of RGB (Red+Green+Blue) = 84+41+150=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #542996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542996 is #ABD669. Grayscale: #414141. Windows color (decimal): -11261546 or 9840980. OLE color: 9840980.

HSL color Cylindrical-coordinate representation of color #542996: hue angle of 263.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542996 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8441150-
CMYK0.440.7300.41
HSL263.67º57.07%37.45%-
HSV(B)263.67º72.67%58.82%-
XYZ9.955.6729.42-
YUV66.28175.25140.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 41 (16.41% from 255) = 14.91%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=30.55%
G=14.91%
B=54.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84411500.440.7300.41263.6757.0737.45
Hex5429962C490291083925
Octal12451226541110514107145
Binary10101001010011001011010110010010010101001100001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542996; }

 p { color: rgb(84,41,150); }

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

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

 a { background-color: rgb(84,41,150); }

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

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

 span { border-color: rgb(84,41,150); }

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