#59469D

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

Shades of Daisy Bush #59469D

Tints of Daisy Bush #59469D

Color information

#59469D (or 0x59469D) is unknown color: approx Daisy Bush. HEX triplet: 59, 46 and 9D. RGB value is (89,70,157). Sum of RGB (Red+Green+Blue) = 89+70+157=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #59469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59469D is #A6B962. Grayscale: #555555. Windows color (decimal): -10926435 or 10307161. OLE color: 10307161.

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

Color convert

RGB8970157-
CMYK0.430.5500.38
HSL253.1º38.33%44.51%-
HSV(B)253.1º55.41%61.57%-
XYZ12.48.9432.97-
YUV85.6168.29130.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=28.16%
G=22.15%
B=49.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89701570.430.5500.38253.138.3344.51
Hex59469D2B37026fd262d
Octal13110623553670463754655
Binary1011001100011010011101101011110111010011011111101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59469D; }

 p { color: rgb(89,70,157); }

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

<style>
 a { background-color: #59469D; }

 a { background-color: rgb(89,70,157); }

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

<style>
 span { border-color: #59469D; }

 span { border-color: rgb(89,70,157); }

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