#5d219a

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

Shades of Daisy Bush #5D219A

Tints of Daisy Bush #5D219A

Color information

#5D219A (or 0x5D219A) is unknown color: approx Daisy Bush. HEX triplet: 5D, 21 and 9A. RGB value is (93,33,154). Sum of RGB (Red+Green+Blue) = 93+33+154=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D219A is #A2DE65. Grayscale: #404040. Windows color (decimal): -10673766 or 10101085. OLE color: 10101085.

HSL color Cylindrical-coordinate representation of color #5D219A: hue angle of 269.75º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D219A is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9333154-
CMYK0.400.7900.40
HSL269.75º64.71%36.67%-
HSV(B)269.75º78.57%60.39%-
XYZ10.895.7531.11-
YUV64.73178.38148.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.21%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 154 (60.55% from 255) = 55%
R=33.21%
G=11.79%
B=55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93331540.400.7900.40269.7564.7136.67
Hex5D219A284F02810e4125
Octal135412325011705041610145
Binary101110110000110011010101000100111101010001000011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d219a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,33,154); }

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

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

 a { background-color: rgb(93,33,154); }

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

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

 span { border-color: rgb(93,33,154); }

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