#5D249C

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

Shades of Daisy Bush #5D249C

Tints of Daisy Bush #5D249C

Color information

#5D249C (or 0x5D249C) is unknown color: approx Daisy Bush. HEX triplet: 5D, 24 and 9C. RGB value is (93,36,156). Sum of RGB (Red+Green+Blue) = 93+36+156=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D249C is #A2DB63. Grayscale: #424242. Windows color (decimal): -10672996 or 10232925. OLE color: 10232925.

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

Color convert

RGB9336156-
CMYK0.400.7700.39
HSL268.5º62.5%37.65%-
HSV(B)268.5º76.92%61.18%-
XYZ11.155.9932.02-
YUV66.72178.38146.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=32.63%
G=12.63%
B=54.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93361560.400.7700.39268.562.537.65
Hex5D249C284D02710c3e26
Octal13544234501150474147646
Binary10111011001001001110010100010011010100111100001100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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