Html Css Color HEX #59279C Daisy Bush

📋 copy color: '#59279C'

red 89 ◦ green 39 ◦ blue 156

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

Shades of Daisy Bush #59279C

Tints of Daisy Bush #59279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 31.34%
G = 13.73%
B = 54.93%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59279C (or 0x59279C) is known color: Daisy Bush. HEX triplet: 59, 27 and 9C. RGB value is (89,39,156). Sum of RGB (Red+Green+Blue) = 89+39+156=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #59279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59279C is #A6D863. Grayscale: #424242. Windows color (decimal): -10934372 or 10233689. OLE color: 10233689.

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

Color convert

RGB 89 39 156 -
CMYK 0.43 0.75 0 0.39
HSL 265.64º 0.6% 0.38% -
HSV(B) 265.64º 0.75% 0.61% -
XYZ 10.85 5.98 32.03 -
YUV 67.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 89 39 156 0.43 0.75 0 0.39 265.64 0.6 0.38
Hex 59 27 9C 2B 4B 0 27 10A 3C 26
Octal 131 47 234 53 113 0 47 412 74 46
Binary 1011001 100111 10011100 101011 1001011 0 100111 100001010 111100 100110

Color Harmonies of #59279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59279C

Black with #59279C

Text Example


Text Example

White with #59279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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