#591A8A

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

Shades of Kingfisher Daisy #591A8A

Tints of Kingfisher Daisy #591A8A

Color information

#591A8A (or 0x591A8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 1A and 8A. RGB value is (89,26,138). Sum of RGB (Red+Green+Blue) = 89+26+138=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #591A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591A8A is #A6E575. Grayscale: #393939. Windows color (decimal): -10937718 or 9050713. OLE color: 9050713.

HSL color Cylindrical-coordinate representation of color #591A8A: hue angle of 273.75º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591A8A is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8926138-
CMYK0.360.8100.46
HSL273.75º68.29%32.16%-
HSV(B)273.75º81.16%54.12%-
XYZ9.084.724.47-
YUV57.6173.37150.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 26 (10.55% from 255) = 10.28%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=35.18%
G=10.28%
B=54.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89261380.360.8100.46273.7568.2932.16
Hex591A8A245102E1124420
Octal131322124412105642210440
Binary10110011101010001010100100101000101011101000100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,26,138); }

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

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

 a { background-color: rgb(89,26,138); }

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

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

 span { border-color: rgb(89,26,138); }

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