#5A1C87

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

Shades of Kingfisher Daisy #5A1C87

Tints of Kingfisher Daisy #5A1C87

Color information

#5A1C87 (or 0x5A1C87) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1C and 87. RGB value is (90,28,135). Sum of RGB (Red+Green+Blue) = 90+28+135=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A1C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1C87 is #A5E378. Grayscale: #3A3A3A. Windows color (decimal): -10871673 or 8854618. OLE color: 8854618.

HSL color Cylindrical-coordinate representation of color #5A1C87: hue angle of 274.77º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1C87 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9028135-
CMYK0.330.7900.47
HSL274.77º65.64%31.96%-
HSV(B)274.77º79.26%52.94%-
XYZ94.7523.36-
YUV58.74171.04150.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 28 (11.33% from 255) = 11.07%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=35.57%
G=11.07%
B=53.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90281350.330.7900.47274.7765.6431.96
Hex5A1C87214F02F1134220
Octal132342074111705742310240
Binary10110101110010000111100001100111101011111000100111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,28,135); }

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

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

 a { background-color: rgb(90,28,135); }

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

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

 span { border-color: rgb(90,28,135); }

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