#5D289B

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

Shades of Daisy Bush #5D289B

Tints of Daisy Bush #5D289B

Color information

#5D289B (or 0x5D289B) is unknown color: approx Daisy Bush. HEX triplet: 5D, 28 and 9B. RGB value is (93,40,155). Sum of RGB (Red+Green+Blue) = 93+40+155=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D289B is #A2D764. Grayscale: #444444. Windows color (decimal): -10671973 or 10168413. OLE color: 10168413.

HSL color Cylindrical-coordinate representation of color #5D289B: hue angle of 267.65º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D289B is Cyan = 0.4, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9340155-
CMYK0.40.7400.39
HSL267.65º58.97%38.24%-
HSV(B)267.65º74.19%60.78%-
XYZ11.196.2131.62-
YUV68.96176.56145.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=32.29%
G=13.89%
B=53.82%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93401550.40.7400.39267.6558.9738.24
Hex5D289B284A02710c3b26
Octal13550233501120474147346
Binary10111011010001001101110100010010100100111100001100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,40,155); }

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

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

 a { background-color: rgb(93,40,155); }

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

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

 span { border-color: rgb(93,40,155); }

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