#543396

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

Shades of Daisy Bush #543396

Tints of Daisy Bush #543396

Color information

#543396 (or 0x543396) is unknown color: approx Daisy Bush. HEX triplet: 54, 33 and 96. RGB value is (84,51,150). Sum of RGB (Red+Green+Blue) = 84+51+150=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #543396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543396 is #ABCC69. Grayscale: #474747. Windows color (decimal): -11258986 or 9843540. OLE color: 9843540.

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

Color convert

RGB8451150-
CMYK0.440.6600.41
HSL260º49.25%39.41%-
HSV(B)260º66%58.82%-
XYZ10.356.4529.55-
YUV72.15171.93136.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=29.47%
G=17.89%
B=52.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84511500.440.6600.4126049.2539.41
Hex5433962C420291043127
Octal12463226541020514046147
Binary10101001100111001011010110010000100101001100000100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543396; }

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

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

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

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

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

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

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

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