#591E95

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

Shades of Kingfisher Daisy #591E95

Tints of Kingfisher Daisy #591E95

Color information

#591E95 (or 0x591E95) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 1E and 95. RGB value is (89,30,149). Sum of RGB (Red+Green+Blue) = 89+30+149=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #591E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591E95 is #A6E16A. Grayscale: #3C3C3C. Windows color (decimal): -10936683 or 9772633. OLE color: 9772633.

HSL color Cylindrical-coordinate representation of color #591E95: hue angle of 269.75º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591E95 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8930149-
CMYK0.400.8000.42
HSL269.75º66.48%35.1%-
HSV(B)269.75º79.87%58.43%-
XYZ10.015.2228.91-
YUV61.21177.55147.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 30 (12.11% from 255) = 11.19%
BLUE value IS 149 (58.59% from 255) = 55.60%
R=33.21%
G=11.19%
B=55.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89301490.400.8000.42269.7566.4835.1
Hex591E95285002A10e4223
Octal131362255012005241610243
Binary10110011111010010101101000101000001010101000011101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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