#5D4492

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

Shades of Daisy Bush #5D4492

Tints of Daisy Bush #5D4492

Color information

#5D4492 (or 0x5D4492) is unknown color: approx Daisy Bush. HEX triplet: 5D, 44 and 92. RGB value is (93,68,146). Sum of RGB (Red+Green+Blue) = 93+68+146=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D4492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4492 is #A2BB6D. Grayscale: #545454. Windows color (decimal): -10664814 or 9585757. OLE color: 9585757.

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

Color convert

RGB9368146-
CMYK0.360.5300.43
HSL259.23º36.45%41.96%-
HSV(B)259.23º53.42%57.25%-
XYZ11.778.5428.22-
YUV84.37162.78134.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.29%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=30.29%
G=22.15%
B=47.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal93681460.360.5300.43259.2336.4541.96
Hex5D4492243502B103242a
Octal13510422244650534034452
Binary10111011000100100100101001001101010101011100000011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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