#5A2586

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

Shades of Kingfisher Daisy #5A2586

Tints of Kingfisher Daisy #5A2586

Color information

#5A2586 (or 0x5A2586) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 25 and 86. RGB value is (90,37,134). Sum of RGB (Red+Green+Blue) = 90+37+134=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A2586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2586 is #A5DA79. Grayscale: #3F3F3F. Windows color (decimal): -10869370 or 8791386. OLE color: 8791386.

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

Color convert

RGB9037134-
CMYK0.330.7200.47
HSL272.78º56.73%33.53%-
HSV(B)272.78º72.39%52.55%-
XYZ9.185.2223.08-
YUV63.9167.56146.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=34.48%
G=14.18%
B=51.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90371340.330.7200.47272.7856.7333.53
Hex5A2586214802F1113922
Octal13245206411100574217142
Binary10110101001011000011010000110010000101111100010001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,134); }

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

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

 a { background-color: rgb(90,37,134); }

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

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

 span { border-color: rgb(90,37,134); }

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