#591F8C

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

Shades of Kingfisher Daisy #591F8C

Tints of Kingfisher Daisy #591F8C

Color information

#591F8C (or 0x591F8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 1F and 8C. RGB value is (89,31,140). Sum of RGB (Red+Green+Blue) = 89+31+140=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #591F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591F8C is #A6E073. Grayscale: #3C3C3C. Windows color (decimal): -10936436 or 9183065. OLE color: 9183065.

HSL color Cylindrical-coordinate representation of color #591F8C: hue angle of 271.93º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591F8C is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8931140-
CMYK0.360.7800.45
HSL271.93º63.74%33.53%-
HSV(B)271.93º77.86%54.9%-
XYZ9.34525.28-
YUV60.77172.72148.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.23%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 140 (55.08% from 255) = 53.85%
R=34.23%
G=11.92%
B=53.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89311400.360.7800.45271.9363.7433.53
Hex591F8C244E02D1104022
Octal131372144411605542010042
Binary10110011111110001100100100100111001011011000100001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,31,140); }

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

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

 a { background-color: rgb(89,31,140); }

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

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

 span { border-color: rgb(89,31,140); }

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