#591B91

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

Shades of Kingfisher Daisy #591B91

Tints of Kingfisher Daisy #591B91

Color information

#591B91 (or 0x591B91) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 1B and 91. RGB value is (89,27,145). Sum of RGB (Red+Green+Blue) = 89+27+145=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #591B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591B91 is #A6E46E. Grayscale: #3A3A3A. Windows color (decimal): -10937455 or 9509721. OLE color: 9509721.

HSL color Cylindrical-coordinate representation of color #591B91: hue angle of 271.53º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591B91 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8927145-
CMYK0.390.8100.43
HSL271.53º68.6%33.73%-
HSV(B)271.53º81.38%56.86%-
XYZ9.624.9527.24-
YUV58.99176.54149.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.10%
GREEN value IS 27 (10.94% from 255) = 10.34%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=34.10%
G=10.34%
B=55.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89271450.390.8100.43271.5368.633.73
Hex591B91275102B1104522
Octal131332214712105342010542
Binary10110011101110010001100111101000101010111000100001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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