Html Css Color HEX #59319C Daisy Bush

📋 copy color: '#59319C'

red 89 ◦ green 49 ◦ blue 156

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

Shades of Daisy Bush #59319C

Tints of Daisy Bush #59319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 30.27%
G = 16.67%
B = 53.06%

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

#59319C (or 0x59319C) is known color: Daisy Bush. HEX triplet: 59, 31 and 9C. RGB value is (89,49,156). Sum of RGB (Red+Green+Blue) = 89+49+156=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #59319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59319C is #A6CE63. Grayscale: #484848. Windows color (decimal): -10931812 or 10236249. OLE color: 10236249.

HSL color Cylindrical-coordinate representation of color #59319C: hue angle of 262.43º degrees, saturation: 0.52, 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 #59319C is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 49 156 -
CMYK 0.43 0.69 0 0.39
HSL 262.43º 0.52% 0.4% -
HSV(B) 262.43º 0.69% 0.61% -
XYZ 11.22 6.72 32.16 -
YUV 73.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 89 49 156 0.43 0.69 0 0.39 262.43 0.52 0.4
Hex 59 31 9C 2B 45 0 27 106 34 28
Octal 131 61 234 53 105 0 47 406 64 50
Binary 1011001 110001 10011100 101011 1000101 0 100111 100000110 110100 101000

Color Harmonies of #59319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59319C

Black with #59319C

Text Example


Text Example

White with #59319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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