#5A2491

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

Shades of Kingfisher Daisy #5A2491

Tints of Kingfisher Daisy #5A2491

Color information

#5A2491 (or 0x5A2491) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 24 and 91. RGB value is (90,36,145). Sum of RGB (Red+Green+Blue) = 90+36+145=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A2491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2491 is #A5DB6E. Grayscale: #404040. Windows color (decimal): -10869615 or 9512026. OLE color: 9512026.

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

Color convert

RGB9036145-
CMYK0.380.7500.43
HSL269.72º60.22%35.49%-
HSV(B)269.72º75.17%56.86%-
XYZ9.965.4827.32-
YUV64.57173.39146.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.21%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=33.21%
G=13.28%
B=53.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90361450.380.7500.43269.7260.2235.49
Hex5A2491264B02B10e3c23
Octal13244221461130534167443
Binary10110101001001001000110011010010110101011100001110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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