#5A2382

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

Shades of Kingfisher Daisy #5A2382

Tints of Kingfisher Daisy #5A2382

Color information

#5A2382 (or 0x5A2382) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 23 and 82. RGB value is (90,35,130). Sum of RGB (Red+Green+Blue) = 90+35+130=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A2382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2382 is #A5DC7D. Grayscale: #3D3D3D. Windows color (decimal): -10869886 or 8528730. OLE color: 8528730.

HSL color Cylindrical-coordinate representation of color #5A2382: hue angle of 274.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2382 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9035130-
CMYK0.310.7300.49
HSL274.74º57.58%32.35%-
HSV(B)274.74º73.08%50.98%-
XYZ8.854.9921.62-
YUV62.28166.22147.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.29%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=35.29%
G=13.73%
B=50.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90351300.310.7300.49274.7457.5832.35
Hex5A23821F490311133a20
Octal13243202371110614237240
Binary1011010100011100000101111110010010110001100010011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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