#591B9E

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

Shades of Daisy Bush #591B9E

Tints of Daisy Bush #591B9E

Color information

#591B9E (or 0x591B9E) is unknown color: approx Daisy Bush. HEX triplet: 59, 1B and 9E. RGB value is (89,27,158). Sum of RGB (Red+Green+Blue) = 89+27+158=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #591B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591B9E is #A6E461. Grayscale: #3C3C3C. Windows color (decimal): -10937442 or 10361689. OLE color: 10361689.

HSL color Cylindrical-coordinate representation of color #591B9E: hue angle of 268.4º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591B9E is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8927158-
CMYK0.440.8300.38
HSL268.4º70.81%36.27%-
HSV(B)268.4º82.91%61.96%-
XYZ10.685.3832.82-
YUV60.47183.04148.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.48%
GREEN value IS 27 (10.94% from 255) = 9.85%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=32.48%
G=9.85%
B=57.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89271580.440.8300.38268.470.8136.27
Hex591B9E2C5302610c4724
Octal131332365412304641410744
Binary10110011101110011110101100101001101001101000011001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591B9E; }

 p { color: rgb(89,27,158); }

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

<style>
 a { background-color: #591B9E; }

 a { background-color: rgb(89,27,158); }

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

<style>
 span { border-color: #591B9E; }

 span { border-color: rgb(89,27,158); }

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