#5A1E81

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

Shades of Kingfisher Daisy #5A1E81

Tints of Kingfisher Daisy #5A1E81

Color information

#5A1E81 (or 0x5A1E81) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1E and 81. RGB value is (90,30,129). Sum of RGB (Red+Green+Blue) = 90+30+129=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #5A1E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1E81 is #A5E17E. Grayscale: #3A3A3A. Windows color (decimal): -10871167 or 8461914. OLE color: 8461914.

HSL color Cylindrical-coordinate representation of color #5A1E81: hue angle of 276.36º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1E81 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9030129-
CMYK0.300.7700.49
HSL276.36º62.26%31.18%-
HSV(B)276.36º76.74%50.59%-
XYZ8.644.6921.22-
YUV59.23167.38149.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 30 (12.11% from 255) = 12.05%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=36.14%
G=12.05%
B=51.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90301290.300.7700.49276.3662.2631.18
Hex5A1E811E4D0311143e1f
Octal13236201361150614247637
Binary10110101111010000001111101001101011000110001010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,30,129); }

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

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

 a { background-color: rgb(90,30,129); }

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

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

 span { border-color: rgb(90,30,129); }

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