#591E85

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

Shades of Kingfisher Daisy #591E85

Tints of Kingfisher Daisy #591E85

Color information

#591E85 (or 0x591E85) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 1E and 85. RGB value is (89,30,133). Sum of RGB (Red+Green+Blue) = 89+30+133=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #591E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591E85 is #A6E17A. Grayscale: #3B3B3B. Windows color (decimal): -10936699 or 8724057. OLE color: 8724057.

HSL color Cylindrical-coordinate representation of color #591E85: hue angle of 274.37º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #591E85 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8930133-
CMYK0.330.7700.48
HSL274.37º63.19%31.96%-
HSV(B)274.37º77.44%52.16%-
XYZ8.824.7522.64-
YUV59.38169.55149.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=35.32%
G=11.90%
B=52.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89301330.330.7700.48274.3763.1931.96
Hex591E85214D0301123f20
Octal13136205411150604227740
Binary1011001111101000010110000110011010110000100010010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,30,133); }

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

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

 a { background-color: rgb(89,30,133); }

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

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

 span { border-color: rgb(89,30,133); }

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