#5A297F

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

Shades of Kingfisher Daisy #5A297F

Tints of Kingfisher Daisy #5A297F

Color information

#5A297F (or 0x5A297F) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 29 and 7F. RGB value is (90,41,127). Sum of RGB (Red+Green+Blue) = 90+41+127=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A297F is #A5D680. Grayscale: #414141. Windows color (decimal): -10868353 or 8333658. OLE color: 8333658.

HSL color Cylindrical-coordinate representation of color #5A297F: hue angle of 274.19º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A297F is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9041127-
CMYK0.290.6800.50
HSL274.19º51.19%32.94%-
HSV(B)274.19º67.72%49.8%-
XYZ8.845.2920.63-
YUV65.46162.73145.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.88%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 127 (50% from 255) = 49.22%
R=34.88%
G=15.89%
B=49.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90411270.290.6800.50274.1951.1932.94
Hex5A297F1D440321123321
Octal13251177351040624226341
Binary101101010100111111111110110001000110010100010010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,41,127); }

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

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

 a { background-color: rgb(90,41,127); }

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

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

 span { border-color: rgb(90,41,127); }

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