#5A2498

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

Shades of Daisy Bush #5A2498

Tints of Daisy Bush #5A2498

Color information

#5A2498 (or 0x5A2498) is unknown color: approx Daisy Bush. HEX triplet: 5A, 24 and 98. RGB value is (90,36,152). Sum of RGB (Red+Green+Blue) = 90+36+152=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A2498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2498 is #A5DB67. Grayscale: #404040. Windows color (decimal): -10869608 or 9970778. OLE color: 9970778.

HSL color Cylindrical-coordinate representation of color #5A2498: hue angle of 267.93º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2498 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9036152-
CMYK0.410.7600.40
HSL267.93º61.7%36.86%-
HSV(B)267.93º76.32%59.61%-
XYZ10.515.730.25-
YUV65.37176.89145.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=32.37%
G=12.95%
B=54.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90361520.410.7600.40267.9361.736.86
Hex5A2498294C02810c3e25
Octal13244230511140504147645
Binary10110101001001001100010100110011000101000100001100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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