#5A249C

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

Shades of Daisy Bush #5A249C

Tints of Daisy Bush #5A249C

Color information

#5A249C (or 0x5A249C) is unknown color: approx Daisy Bush. HEX triplet: 5A, 24 and 9C. RGB value is (90,36,156). Sum of RGB (Red+Green+Blue) = 90+36+156=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A249C is #A5DB63. Grayscale: #414141. Windows color (decimal): -10869604 or 10232922. OLE color: 10232922.

HSL color Cylindrical-coordinate representation of color #5A249C: hue angle of 267º 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 #5A249C is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9036156-
CMYK0.420.7700.39
HSL267º62.5%37.65%-
HSV(B)267º76.92%61.18%-
XYZ10.855.8432.01-
YUV65.83178.89145.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=31.91%
G=12.77%
B=55.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90361560.420.7700.3926762.537.65
Hex5A249C2A4D02710b3e26
Octal13244234521150474137646
Binary10110101001001001110010101010011010100111100001011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A249C; }

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

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

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

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

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

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

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

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