#5D4992

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

Shades of Daisy Bush #5D4992

Tints of Daisy Bush #5D4992

Color information

#5D4992 (or 0x5D4992) is unknown color: approx Daisy Bush. HEX triplet: 5D, 49 and 92. RGB value is (93,73,146). Sum of RGB (Red+Green+Blue) = 93+73+146=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D4992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4992 is #A2B66D. Grayscale: #575757. Windows color (decimal): -10663534 or 9587037. OLE color: 9587037.

HSL color Cylindrical-coordinate representation of color #5D4992: hue angle of 256.44º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D4992 is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9373146-
CMYK0.360.500.43
HSL256.44º33.33%42.94%-
HSV(B)256.44º50%57.25%-
XYZ12.099.1728.33-
YUV87.3161.13132.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.81%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=29.81%
G=23.40%
B=46.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal93731460.360.500.43256.4433.3342.94
Hex5D4992243202B100212b
Octal13511122244620534004153
Binary10111011001001100100101001001100100101011100000000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,73,146); }

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

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

 a { background-color: rgb(93,73,146); }

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

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

 span { border-color: rgb(93,73,146); }

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