Html Css Color HEX #59459C Daisy Bush

📋 copy color: '#59459C'

red 89 ◦ green 69 ◦ blue 156

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

Shades of Daisy Bush #59459C

Tints of Daisy Bush #59459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.97%

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

R = 28.34%
G = 21.97%
B = 49.68%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59459C (or 0x59459C) is known color: Daisy Bush. HEX triplet: 59, 45 and 9C. RGB value is (89,69,156). Sum of RGB (Red+Green+Blue) = 89+69+156=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #59459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59459C is #A6BA63. Grayscale: #545454. Windows color (decimal): -10926692 or 10241369. OLE color: 10241369.

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

Color convert

RGB 89 69 156 -
CMYK 0.43 0.56 0 0.39
HSL 253.79º 0.39% 0.44% -
HSV(B) 253.79º 0.56% 0.61% -
XYZ 12.25 8.78 32.5 -
YUV 84.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 89 69 156 0.43 0.56 0 0.39 253.79 0.39 0.44
Hex 59 45 9C 2B 38 0 27 FE 27 2C
Octal 131 105 234 53 70 0 47 376 47 54
Binary 1011001 1000101 10011100 101011 111000 0 100111 11111110 100111 101100

Color Harmonies of #59459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59459C

Black with #59459C

Text Example


Text Example

White with #59459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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