#5A2791

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

Shades of Kingfisher Daisy #5A2791

Tints of Kingfisher Daisy #5A2791

Color information

#5A2791 (or 0x5A2791) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 27 and 91. RGB value is (90,39,145). Sum of RGB (Red+Green+Blue) = 90+39+145=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A2791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2791 is #A5D86E. Grayscale: #414141. Windows color (decimal): -10868847 or 9512794. OLE color: 9512794.

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

Color convert

RGB9039145-
CMYK0.380.7300.43
HSL268.87º57.61%36.08%-
HSV(B)268.87º73.1%56.86%-
XYZ10.055.6727.35-
YUV66.33172.4144.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.85%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=32.85%
G=14.23%
B=52.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90391450.380.7300.43268.8757.6136.08
Hex5A2791264902B10d3a24
Octal13247221461110534157244
Binary10110101001111001000110011010010010101011100001101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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