Html Css Color HEX #59339C Daisy Bush

📋 copy color: '#59339C'

red 89 ◦ green 51 ◦ blue 156

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

Shades of Daisy Bush #59339C

Tints of Daisy Bush #59339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

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

R = 30.07%
G = 17.23%
B = 52.7%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59339C (or 0x59339C) is known color: Daisy Bush. HEX triplet: 59, 33 and 9C. RGB value is (89,51,156). Sum of RGB (Red+Green+Blue) = 89+51+156=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #59339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59339C is #A6CC63. Grayscale: #494949. Windows color (decimal): -10931300 or 10236761. OLE color: 10236761.

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

Color convert

RGB 89 51 156 -
CMYK 0.43 0.67 0 0.39
HSL 261.71º 0.51% 0.41% -
HSV(B) 261.71º 0.67% 0.61% -
XYZ 11.3 6.89 32.19 -
YUV 74.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 89 51 156 0.43 0.67 0 0.39 261.71 0.51 0.41
Hex 59 33 9C 2B 43 0 27 106 33 29
Octal 131 63 234 53 103 0 47 406 63 51
Binary 1011001 110011 10011100 101011 1000011 0 100111 100000110 110011 101001

Color Harmonies of #59339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59339C

Black with #59339C

Text Example


Text Example

White with #59339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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