#5D4AA2

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

Shades of Daisy Bush #5D4AA2

Tints of Daisy Bush #5D4AA2

Color information

#5D4AA2 (or 0x5D4AA2) is unknown color: approx Daisy Bush. HEX triplet: 5D, 4A and A2. RGB value is (93,74,162). Sum of RGB (Red+Green+Blue) = 93+74+162=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #5D4AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4AA2 is #A2B55D. Grayscale: #595959. Windows color (decimal): -10663262 or 10635869. OLE color: 10635869.

HSL color Cylindrical-coordinate representation of color #5D4AA2: hue angle of 252.95º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D4AA2 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9374162-
CMYK0.430.5400.36
HSL252.95º37.29%46.27%-
HSV(B)252.95º54.32%63.53%-
XYZ13.489.8335.37-
YUV89.71168.79130.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.27%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 162 (63.67% from 255) = 49.24%
R=28.27%
G=22.49%
B=49.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93741620.430.5400.36252.9537.2946.27
Hex5D4AA22B36024fd252e
Octal13511224253660443754556
Binary1011101100101010100010101011110110010010011111101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,74,162); }

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

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

 a { background-color: rgb(93,74,162); }

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

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

 span { border-color: rgb(93,74,162); }

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