#5A1E91

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

Shades of Kingfisher Daisy #5A1E91

Tints of Kingfisher Daisy #5A1E91

Color information

#5A1E91 (or 0x5A1E91) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1E and 91. RGB value is (90,30,145). Sum of RGB (Red+Green+Blue) = 90+30+145=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A1E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1E91 is #A5E16E. Grayscale: #3C3C3C. Windows color (decimal): -10871151 or 9510490. OLE color: 9510490.

HSL color Cylindrical-coordinate representation of color #5A1E91: hue angle of 271.3º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1E91 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9030145-
CMYK0.380.7900.43
HSL271.3º65.71%34.31%-
HSV(B)271.3º79.31%56.86%-
XYZ9.795.1527.27-
YUV61.05175.38148.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 30 (12.11% from 255) = 11.32%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=33.96%
G=11.32%
B=54.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90301450.380.7900.43271.365.7134.31
Hex5A1E91264F02B10f4222
Octal132362214611705341710242
Binary10110101111010010001100110100111101010111000011111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A1E91; }

 p { color: rgb(90,30,145); }

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

<style>
 a { background-color: #5A1E91; }

 a { background-color: rgb(90,30,145); }

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

<style>
 span { border-color: #5A1E91; }

 span { border-color: rgb(90,30,145); }

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