#5A249F

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

Shades of Daisy Bush #5A249F

Tints of Daisy Bush #5A249F

Color information

#5A249F (or 0x5A249F) is unknown color: approx Daisy Bush. HEX triplet: 5A, 24 and 9F. RGB value is (90,36,159). Sum of RGB (Red+Green+Blue) = 90+36+159=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A249F is #A5DB60. Grayscale: #414141. Windows color (decimal): -10869601 or 10429530. OLE color: 10429530.

HSL color Cylindrical-coordinate representation of color #5A249F: hue angle of 266.34º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A249F is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9036159-
CMYK0.430.7700.38
HSL266.34º63.08%38.24%-
HSV(B)266.34º77.36%62.35%-
XYZ11.115.9433.36-
YUV66.17180.39145-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=31.58%
G=12.63%
B=55.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90361590.430.7700.38266.3463.0838.24
Hex5A249F2B4D02610a3f26
Octal13244237531150464127746
Binary10110101001001001111110101110011010100110100001010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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