#5a298e

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

Shades of Kingfisher Daisy #5A298E

Tints of Kingfisher Daisy #5A298E

Color information

#5A298E (or 0x5A298E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 29 and 8E. RGB value is (90,41,142). Sum of RGB (Red+Green+Blue) = 90+41+142=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A298E is #A5D671. Grayscale: #424242. Windows color (decimal): -10868338 or 9316698. OLE color: 9316698.

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

Color convert

RGB9041142-
CMYK0.370.7100.44
HSL269.11º55.19%35.88%-
HSV(B)269.11º71.13%55.69%-
XYZ9.895.7126.17-
YUV67.17170.23144.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=32.97%
G=15.02%
B=52.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90411420.370.7100.44269.1155.1935.88
Hex5A298E254702C10d3724
Octal13251216451070544156744
Binary10110101010011000111010010110001110101100100001101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a298e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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