Html Css Color HEX #59369C Daisy Bush

📋 copy color: '#59369C'

red 89 ◦ green 54 ◦ blue 156

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

Shades of Daisy Bush #59369C

Tints of Daisy Bush #59369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

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

R = 29.77%
G = 18.06%
B = 52.17%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59369C (or 0x59369C) is known color: Daisy Bush. HEX triplet: 59, 36 and 9C. RGB value is (89,54,156). Sum of RGB (Red+Green+Blue) = 89+54+156=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #59369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59369C is #A6C963. Grayscale: #4B4B4B. Windows color (decimal): -10930532 or 10237529. OLE color: 10237529.

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

Color convert

RGB 89 54 156 -
CMYK 0.43 0.65 0 0.39
HSL 260.59º 0.49% 0.41% -
HSV(B) 260.59º 0.65% 0.61% -
XYZ 11.44 7.16 32.23 -
YUV 76.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 89 54 156 0.43 0.65 0 0.39 260.59 0.49 0.41
Hex 59 36 9C 2B 41 0 27 105 31 29
Octal 131 66 234 53 101 0 47 405 61 51
Binary 1011001 110110 10011100 101011 1000001 0 100111 100000101 110001 101001

Color Harmonies of #59369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59369C

Black with #59369C

Text Example


Text Example

White with #59369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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