#59219A

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

Shades of Daisy Bush #59219A

Tints of Daisy Bush #59219A

Color information

#59219A (or 0x59219A) is unknown color: approx Daisy Bush. HEX triplet: 59, 21 and 9A. RGB value is (89,33,154). Sum of RGB (Red+Green+Blue) = 89+33+154=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #59219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59219A is #A6DE65. Grayscale: #3F3F3F. Windows color (decimal): -10935910 or 10101081. OLE color: 10101081.

HSL color Cylindrical-coordinate representation of color #59219A: hue angle of 267.77º 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 #59219A is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8933154-
CMYK0.420.7900.40
HSL267.77º64.71%36.67%-
HSV(B)267.77º78.57%60.39%-
XYZ10.55.5431.09-
YUV63.54179.05146.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=32.25%
G=11.96%
B=55.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89331540.420.7900.40267.7764.7136.67
Hex59219A2A4F02810c4125
Octal131412325211705041410145
Binary101100110000110011010101010100111101010001000011001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59219A; }

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

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

<style>
 a { background-color: #59219A; }

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

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

<style>
 span { border-color: #59219A; }

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

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