Html Css Color HEX #59389C Daisy Bush

📋 copy color: '#59389C'

red 89 ◦ green 56 ◦ blue 156

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

Shades of Daisy Bush #59389C

Tints of Daisy Bush #59389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 29.57%
G = 18.6%
B = 51.83%

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

#59389C (or 0x59389C) is known color: Daisy Bush. HEX triplet: 59, 38 and 9C. RGB value is (89,56,156). Sum of RGB (Red+Green+Blue) = 89+56+156=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #59389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59389C is #A6C763. Grayscale: #4C4C4C. Windows color (decimal): -10930020 or 10238041. OLE color: 10238041.

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

Color convert

RGB 89 56 156 -
CMYK 0.43 0.64 0 0.39
HSL 259.8º 0.47% 0.42% -
HSV(B) 259.8º 0.64% 0.61% -
XYZ 11.53 7.35 32.26 -
YUV 77.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 89 56 156 0.43 0.64 0 0.39 259.8 0.47 0.42
Hex 59 38 9C 2B 40 0 27 104 2F 2A
Octal 131 70 234 53 100 0 47 404 57 52
Binary 1011001 111000 10011100 101011 1000000 0 100111 100000100 101111 101010

Color Harmonies of #59389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59389C

Black with #59389C

Text Example


Text Example

White with #59389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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