#5A298D

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

Shades of Kingfisher Daisy #5A298D

Tints of Kingfisher Daisy #5A298D

Color information

#5A298D (or 0x5A298D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 29 and 8D. RGB value is (90,41,141). Sum of RGB (Red+Green+Blue) = 90+41+141=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A298D is #A5D672. Grayscale: #424242. Windows color (decimal): -10868339 or 9251162. OLE color: 9251162.

HSL color Cylindrical-coordinate representation of color #5A298D: hue angle of 269.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A298D is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9041141-
CMYK0.360.7100.45
HSL269.4º54.95%35.69%-
HSV(B)269.4º70.92%55.29%-
XYZ9.825.6825.78-
YUV67.05169.73144.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.09%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 141 (55.47% from 255) = 51.84%
R=33.09%
G=15.07%
B=51.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90411410.360.7100.45269.454.9535.69
Hex5A298D244702D10d3724
Octal13251215441070554156744
Binary10110101010011000110110010010001110101101100001101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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