Html Css Color HEX #59368C Daisy Bush

📋 copy color: '#59368C'

red 89 ◦ green 54 ◦ blue 140

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

Shades of Daisy Bush #59368C

Tints of Daisy Bush #59368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 31.45%
G = 19.08%
B = 49.47%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59368C (or 0x59368C) is known color: Daisy Bush. HEX triplet: 59, 36 and 8C. RGB value is (89,54,140). Sum of RGB (Red+Green+Blue) = 89+54+140=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #59368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59368C is #A6C973. Grayscale: #494949. Windows color (decimal): -10930548 or 9188953. OLE color: 9188953.

HSL color Cylindrical-coordinate representation of color #59368C: hue angle of 264.42º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59368C is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 54 140 -
CMYK 0.36 0.61 0 0.45
HSL 264.42º 0.44% 0.38% -
HSV(B) 264.42º 0.61% 0.55% -
XYZ 10.17 6.66 25.56 -
YUV 74.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 89 54 140 0.36 0.61 0 0.45 264.42 0.44 0.38
Hex 59 36 8C 24 3D 0 2D 108 2C 26
Octal 131 66 214 44 75 0 55 410 54 46
Binary 1011001 110110 10001100 100100 111101 0 101101 100001000 101100 100110

Color Harmonies of #59368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59368C

Black with #59368C

Text Example


Text Example

White with #59368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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