#5D249A

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

Shades of Daisy Bush #5D249A

Tints of Daisy Bush #5D249A

Color information

#5D249A (or 0x5D249A) is unknown color: approx Daisy Bush. HEX triplet: 5D, 24 and 9A. RGB value is (93,36,154). Sum of RGB (Red+Green+Blue) = 93+36+154=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D249A is #A2DB65. Grayscale: #424242. Windows color (decimal): -10672998 or 10101853. OLE color: 10101853.

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

Color convert

RGB9336154-
CMYK0.400.7700.40
HSL268.98º62.11%37.25%-
HSV(B)268.98º76.62%60.39%-
XYZ10.985.9231.14-
YUV66.49177.38146.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.86%
GREEN value IS 36 (14.45% from 255) = 12.72%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=32.86%
G=12.72%
B=54.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93361540.400.7700.40268.9862.1137.25
Hex5D249A284D02810d3e25
Octal13544232501150504157645
Binary10111011001001001101010100010011010101000100001101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,36,154); }

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

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

 a { background-color: rgb(93,36,154); }

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

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

 span { border-color: rgb(93,36,154); }

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