#5A2D89

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

Shades of Kingfisher Daisy #5A2D89

Tints of Kingfisher Daisy #5A2D89

Color information

#5A2D89 (or 0x5A2D89) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 2D and 89. RGB value is (90,45,137). Sum of RGB (Red+Green+Blue) = 90+45+137=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A2D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2D89 is #A5D276. Grayscale: #444444. Windows color (decimal): -10867319 or 8990042. OLE color: 8990042.

HSL color Cylindrical-coordinate representation of color #5A2D89: hue angle of 269.35º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A2D89 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9045137-
CMYK0.340.6700.46
HSL269.35º50.55%35.69%-
HSV(B)269.35º67.15%53.73%-
XYZ9.675.8624.29-
YUV68.94166.41143.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.09%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=33.09%
G=16.54%
B=50.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90451370.340.6700.46269.3550.5535.69
Hex5A2D89224302E10d3324
Octal13255211421030564156344
Binary10110101011011000100110001010000110101110100001101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,45,137); }

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

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

 a { background-color: rgb(90,45,137); }

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

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

 span { border-color: rgb(90,45,137); }

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