#54249C

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

Shades of Daisy Bush #54249C

Tints of Daisy Bush #54249C

Color information

#54249C (or 0x54249C) is unknown color: approx Daisy Bush. HEX triplet: 54, 24 and 9C. RGB value is (84,36,156). Sum of RGB (Red+Green+Blue) = 84+36+156=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #54249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54249C is #ABDB63. Grayscale: #3F3F3F. Windows color (decimal): -11262820 or 10232916. OLE color: 10232916.

HSL color Cylindrical-coordinate representation of color #54249C: hue angle of 264º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54249C is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8436156-
CMYK0.460.7700.39
HSL264º62.5%37.65%-
HSV(B)264º76.92%61.18%-
XYZ10.295.5531.98-
YUV64.03179.9142.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=30.43%
G=13.04%
B=56.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84361560.460.7700.3926462.537.65
Hex54249C2E4D0271083e26
Octal12444234561150474107646
Binary10101001001001001110010111010011010100111100001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54249C; }

 p { color: rgb(84,36,156); }

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

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

 a { background-color: rgb(84,36,156); }

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

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

 span { border-color: rgb(84,36,156); }

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