#5A3280

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

Shades of Kingfisher Daisy #5A3280

Tints of Kingfisher Daisy #5A3280

Color information

#5A3280 (or 0x5A3280) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 32 and 80. RGB value is (90,50,128). Sum of RGB (Red+Green+Blue) = 90+50+128=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #5A3280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3280 is #A5CD7F. Grayscale: #464646. Windows color (decimal): -10866048 or 8401498. OLE color: 8401498.

HSL color Cylindrical-coordinate representation of color #5A3280: hue angle of 270.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A3280 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9050128-
CMYK0.300.6100.50
HSL270.77º43.82%34.9%-
HSV(B)270.77º60.94%50.2%-
XYZ9.256.0121.1-
YUV70.85160.25141.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=33.58%
G=18.66%
B=47.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90501280.300.6100.50270.7743.8234.9
Hex5A32801E3D03210f2c23
Octal1326220036750624175443
Binary101101011001010000000111101111010110010100001111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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