#5A259F

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

Shades of Daisy Bush #5A259F

Tints of Daisy Bush #5A259F

Color information

#5A259F (or 0x5A259F) is unknown color: approx Daisy Bush. HEX triplet: 5A, 25 and 9F. RGB value is (90,37,159). Sum of RGB (Red+Green+Blue) = 90+37+159=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A259F is #A5DA60. Grayscale: #424242. Windows color (decimal): -10869345 or 10429786. OLE color: 10429786.

HSL color Cylindrical-coordinate representation of color #5A259F: hue angle of 266.07º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A259F is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9037159-
CMYK0.430.7700.38
HSL266.07º62.24%38.43%-
HSV(B)266.07º76.73%62.35%-
XYZ11.14633.37-
YUV66.76180.06144.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 37 (14.84% from 255) = 12.94%
BLUE value IS 159 (62.5% from 255) = 55.59%
R=31.47%
G=12.94%
B=55.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90371590.430.7700.38266.0762.2438.43
Hex5A259F2B4D02610a3e26
Octal13245237531150464127646
Binary10110101001011001111110101110011010100110100001010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,159); }

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

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

 a { background-color: rgb(90,37,159); }

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

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

 span { border-color: rgb(90,37,159); }

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