#5A2496

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

Shades of Kingfisher Daisy #5A2496

Tints of Kingfisher Daisy #5A2496

Color information

#5A2496 (or 0x5A2496) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 24 and 96. RGB value is (90,36,150). Sum of RGB (Red+Green+Blue) = 90+36+150=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A2496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2496 is #A5DB69. Grayscale: #404040. Windows color (decimal): -10869610 or 9839706. OLE color: 9839706.

HSL color Cylindrical-coordinate representation of color #5A2496: hue angle of 268.42º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2496 is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9036150-
CMYK0.40.7600.41
HSL268.42º61.29%36.47%-
HSV(B)268.42º76%58.82%-
XYZ10.355.6429.4-
YUV65.14175.89145.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.61%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 150 (58.98% from 255) = 54.35%
R=32.61%
G=13.04%
B=54.35%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90361500.40.7600.41268.4261.2936.47
Hex5A2496284C02910c3d24
Octal13244226501140514147544
Binary10110101001001001011010100010011000101001100001100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,36,150); }

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

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

 a { background-color: rgb(90,36,150); }

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

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

 span { border-color: rgb(90,36,150); }

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