#59419B

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

Shades of Daisy Bush #59419B

Tints of Daisy Bush #59419B

Color information

#59419B (or 0x59419B) is unknown color: approx Daisy Bush. HEX triplet: 59, 41 and 9B. RGB value is (89,65,155). Sum of RGB (Red+Green+Blue) = 89+65+155=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #59419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59419B is #A6BE64. Grayscale: #525252. Windows color (decimal): -10927717 or 10174809. OLE color: 10174809.

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

Color convert

RGB8965155-
CMYK0.430.5800.39
HSL256º40.91%43.14%-
HSV(B)256º58.06%60.78%-
XYZ11.938.2731.98-
YUV82.44168.95132.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.80%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=28.80%
G=21.04%
B=50.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89651550.430.5800.3925640.9143.14
Hex59419B2B3A027100292b
Octal13110123353720474005153
Binary10110011000001100110111010111110100100111100000000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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