#5a2380

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

Shades of Kingfisher Daisy #5A2380

Tints of Kingfisher Daisy #5A2380

Color information

#5A2380 (or 0x5A2380) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 23 and 80. RGB value is (90,35,128). Sum of RGB (Red+Green+Blue) = 90+35+128=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #5A2380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2380 is #A5DC7F. Grayscale: #3D3D3D. Windows color (decimal): -10869888 or 8397658. OLE color: 8397658.

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

Color convert

RGB9035128-
CMYK0.300.7300.50
HSL275.48º57.06%31.96%-
HSV(B)275.48º72.66%50.2%-
XYZ8.714.9320.92-
YUV62.05165.22147.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=35.57%
G=13.83%
B=50.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90351280.300.7300.50275.4857.0631.96
Hex5A23801E490321133920
Octal13243200361110624237140
Binary1011010100011100000001111010010010110010100010011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a2380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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