#5A3289

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

Shades of Kingfisher Daisy #5A3289

Tints of Kingfisher Daisy #5A3289

Color information

#5A3289 (or 0x5A3289) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 32 and 89. RGB value is (90,50,137). Sum of RGB (Red+Green+Blue) = 90+50+137=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A3289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3289 is #A5CD76. Grayscale: #474747. Windows color (decimal): -10866039 or 8991322. OLE color: 8991322.

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

Color convert

RGB9050137-
CMYK0.340.6400.46
HSL267.59º46.52%36.67%-
HSV(B)267.59º63.5%53.73%-
XYZ9.876.2624.36-
YUV71.88164.75140.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.49%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=32.49%
G=18.05%
B=49.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90501370.340.6400.46267.5946.5236.67
Hex5A3289224002E10c2f25
Octal13262211421000564145745
Binary10110101100101000100110001010000000101110100001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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