#59259B

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

Shades of Daisy Bush #59259B

Tints of Daisy Bush #59259B

Color information

#59259B (or 0x59259B) is unknown color: approx Daisy Bush. HEX triplet: 59, 25 and 9B. RGB value is (89,37,155). Sum of RGB (Red+Green+Blue) = 89+37+155=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #59259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59259B is #A6DA64. Grayscale: #414141. Windows color (decimal): -10934885 or 10167641. OLE color: 10167641.

HSL color Cylindrical-coordinate representation of color #59259B: hue angle of 266.44º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59259B is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8937155-
CMYK0.430.7600.39
HSL266.44º61.46%37.65%-
HSV(B)266.44º76.13%60.78%-
XYZ10.75.8131.57-
YUV66178.23144.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.67%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=31.67%
G=13.17%
B=55.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89371550.430.7600.39266.4461.4637.65
Hex59259B2B4C02710a3d26
Octal13145233531140474127546
Binary10110011001011001101110101110011000100111100001010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59259B; }

 p { color: rgb(89,37,155); }

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

<style>
 a { background-color: #59259B; }

 a { background-color: rgb(89,37,155); }

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

<style>
 span { border-color: #59259B; }

 span { border-color: rgb(89,37,155); }

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