#54329D

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

Shades of Daisy Bush #54329D

Tints of Daisy Bush #54329D

Color information

#54329D (or 0x54329D) is unknown color: approx Daisy Bush. HEX triplet: 54, 32 and 9D. RGB value is (84,50,157). Sum of RGB (Red+Green+Blue) = 84+50+157=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #54329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54329D is #ABCD62. Grayscale: #474747. Windows color (decimal): -11259235 or 10302036. OLE color: 10302036.

HSL color Cylindrical-coordinate representation of color #54329D: hue angle of 259.07º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54329D is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8450157-
CMYK0.460.6800.38
HSL259.07º51.69%40.59%-
HSV(B)259.07º68.15%61.57%-
XYZ10.886.632.6-
YUV72.36175.76136.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=28.87%
G=17.18%
B=53.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84501570.460.6800.38259.0751.6940.59
Hex54329D2E440261033429
Octal12462235561040464036451
Binary10101001100101001110110111010001000100110100000011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54329D; }

 p { color: rgb(84,50,157); }

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

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

 a { background-color: rgb(84,50,157); }

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

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

 span { border-color: rgb(84,50,157); }

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