Html Css Color HEX #59389B Daisy Bush

📋 copy color: '#59389B'

red 89 ◦ green 56 ◦ blue 155

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

Shades of Daisy Bush #59389B

Tints of Daisy Bush #59389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 29.67%
G = 18.67%
B = 51.67%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59389B (or 0x59389B) is known color: Daisy Bush. HEX triplet: 59, 38 and 9B. RGB value is (89,56,155). Sum of RGB (Red+Green+Blue) = 89+56+155=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #59389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59389B is #A6C764. Grayscale: #4C4C4C. Windows color (decimal): -10930021 or 10172505. OLE color: 10172505.

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

Color convert

RGB 89 56 155 -
CMYK 0.43 0.64 0 0.39
HSL 260º 0.47% 0.41% -
HSV(B) 260º 0.64% 0.61% -
XYZ 11.45 7.32 31.82 -
YUV 77.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 89 56 155 0.43 0.64 0 0.39 260 0.47 0.41
Hex 59 38 9B 2B 40 0 27 104 2F 29
Octal 131 70 233 53 100 0 47 404 57 51
Binary 1011001 111000 10011011 101011 1000000 0 100111 100000100 101111 101001

Color Harmonies of #59389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59389B

Black with #59389B

Text Example


Text Example

White with #59389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59389B;
 }
 .AnyTagClassName
 {
   color: #59389B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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