#5A328B

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

Shades of Kingfisher Daisy #5A328B

Tints of Kingfisher Daisy #5A328B

Color information

#5A328B (or 0x5A328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 32 and 8B. RGB value is (90,50,139). Sum of RGB (Red+Green+Blue) = 90+50+139=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A328B is #A5CD74. Grayscale: #474747. Windows color (decimal): -10866037 or 9122394. OLE color: 9122394.

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

Color convert

RGB9050139-
CMYK0.350.6400.45
HSL266.97º47.09%37.06%-
HSV(B)266.97º64.03%54.51%-
XYZ10.026.3225.12-
YUV72.11165.75140.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=32.26%
G=17.92%
B=49.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90501390.350.6400.45266.9747.0937.06
Hex5A328B234002D10b2f25
Octal13262213431000554135745
Binary10110101100101000101110001110000000101101100001011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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