#5D4589

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

Shades of Daisy Bush #5D4589

Tints of Daisy Bush #5D4589

Color information

#5D4589 (or 0x5D4589) is unknown color: approx Daisy Bush. HEX triplet: 5D, 45 and 89. RGB value is (93,69,137). Sum of RGB (Red+Green+Blue) = 93+69+137=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D4589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4589 is #A2BA76. Grayscale: #535353. Windows color (decimal): -10664567 or 8996189. OLE color: 8996189.

HSL color Cylindrical-coordinate representation of color #5D4589: hue angle of 261.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D4589 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9369137-
CMYK0.320.5000.46
HSL261.18º33.01%40.39%-
HSV(B)261.18º49.64%53.73%-
XYZ11.168.3924.7-
YUV83.93157.95134.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.10%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=31.10%
G=23.08%
B=45.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93691370.320.5000.46261.1833.0140.39
Hex5D4589203202E1052128
Octal13510521140620564054150
Binary10111011000101100010011000001100100101110100000101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,69,137); }

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

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

 a { background-color: rgb(93,69,137); }

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

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

 span { border-color: rgb(93,69,137); }

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