Html Css Color HEX #59459F Daisy Bush

📋 copy color: '#59459F'

red 89 ◦ green 69 ◦ blue 159

#59459F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #59459F

Tints of Daisy Bush #59459F

RGB

 RED value IS 89 (35.16% from 255) = 28.08%

 GREEN value IS 69 (27.34% from 255) = 21.77%

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 28.08%
G = 21.77%
B = 50.16%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59459F (or 0x59459F) is known color: Daisy Bush. HEX triplet: 59, 45 and 9F. RGB value is (89,69,159). Sum of RGB (Red+Green+Blue) = 89+69+159=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #59459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59459F is #A6BA60. Grayscale: #545454. Windows color (decimal): -10926689 or 10437977. OLE color: 10437977.

HSL color Cylindrical-coordinate representation of color #59459F: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59459F is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 69 159 -
CMYK 0.44 0.57 0 0.38
HSL 253.33º 0.39% 0.45% -
HSV(B) 253.33º 0.57% 0.62% -
XYZ 12.51 8.88 33.86 -
YUV 85.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 89 69 159 0.44 0.57 0 0.38 253.33 0.39 0.45
Hex 59 45 9F 2C 39 0 26 FD 27 2D
Octal 131 105 237 54 71 0 46 375 47 55
Binary 1011001 1000101 10011111 101100 111001 0 100110 11111101 100111 101101

Color Harmonies of #59459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59459F

Black with #59459F

Text Example


Text Example

White with #59459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59459F; }

 p { color: rgb(89,69,159); }

 H1.HeaderClassName
 {
   color: #59459F;
 }
 .AnyTagClassName
 {
   color: #59459F;
 }
</style>

background-color css

<style>
 a { background-color: #59459F; }

 a { background-color: rgb(89,69,159); }

 div.DivClassName
 {
   background-color: #59459F;
 }
 .BgClassName
 {
   background-color: #59459F;
 }
</style>

border-color css

<style>
 span { border-color: #59459F; }

 span { border-color: rgb(89,69,159); }

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