Html Css Color HEX #59309C Daisy Bush

📋 copy color: '#59309C'

red 89 ◦ green 48 ◦ blue 156

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

Shades of Daisy Bush #59309C

Tints of Daisy Bush #59309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 30.38%
G = 16.38%
B = 53.24%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59309C (or 0x59309C) is known color: Daisy Bush. HEX triplet: 59, 30 and 9C. RGB value is (89,48,156). Sum of RGB (Red+Green+Blue) = 89+48+156=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #59309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59309C is #A6CF63. Grayscale: #484848. Windows color (decimal): -10932068 or 10235993. OLE color: 10235993.

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

Color convert

RGB 89 48 156 -
CMYK 0.43 0.69 0 0.39
HSL 262.78º 0.53% 0.4% -
HSV(B) 262.78º 0.69% 0.61% -
XYZ 11.18 6.64 32.14 -
YUV 72.57 175.08 139.72 -
System Red Green Blue C M Y K H S L
Decimal 89 48 156 0.43 0.69 0 0.39 262.78 0.53 0.4
Hex 59 30 9C 2B 45 0 27 107 35 28
Octal 131 60 234 53 105 0 47 407 65 50
Binary 1011001 110000 10011100 101011 1000101 0 100111 100000111 110101 101000

Color Harmonies of #59309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59309C

Black with #59309C

Text Example


Text Example

White with #59309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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