#5D489D

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

Shades of Daisy Bush #5D489D

Tints of Daisy Bush #5D489D

Color information

#5D489D (or 0x5D489D) is unknown color: approx Daisy Bush. HEX triplet: 5D, 48 and 9D. RGB value is (93,72,157). Sum of RGB (Red+Green+Blue) = 93+72+157=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D489D is #A2B762. Grayscale: #575757. Windows color (decimal): -10663779 or 10307677. OLE color: 10307677.

HSL color Cylindrical-coordinate representation of color #5D489D: hue angle of 254.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D489D is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9372157-
CMYK0.410.5400.38
HSL254.82º37.12%44.9%-
HSV(B)254.82º54.14%61.57%-
XYZ12.929.433.03-
YUV87.97166.96131.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.88%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=28.88%
G=22.36%
B=48.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93721570.410.5400.38254.8237.1244.9
Hex5D489D2936026ff252d
Octal13511023551660463774555
Binary1011101100100010011101101001110110010011011111111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,72,157); }

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

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

 a { background-color: rgb(93,72,157); }

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

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

 span { border-color: rgb(93,72,157); }

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