#54329F

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

Shades of Daisy Bush #54329F

Tints of Daisy Bush #54329F

Color information

#54329F (or 0x54329F) is unknown color: approx Daisy Bush. HEX triplet: 54, 32 and 9F. RGB value is (84,50,159). Sum of RGB (Red+Green+Blue) = 84+50+159=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #54329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54329F is #ABCD60. Grayscale: #484848. Windows color (decimal): -11259233 or 10433108. OLE color: 10433108.

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

Color convert

RGB8450159-
CMYK0.470.6900.38
HSL258.72º52.15%40.98%-
HSV(B)258.72º68.55%62.35%-
XYZ11.056.6733.51-
YUV72.59176.76136.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.67%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=28.67%
G=17.06%
B=54.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84501590.470.6900.38258.7252.1540.98
Hex54329F2F450261033429
Octal12462237571050464036451
Binary10101001100101001111110111110001010100110100000011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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