Html Css Color HEX #59449C Daisy Bush

📋 copy color: '#59449C'

red 89 ◦ green 68 ◦ blue 156

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

Shades of Daisy Bush #59449C

Tints of Daisy Bush #59449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

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

R = 28.43%
G = 21.73%
B = 49.84%

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

#59449C (or 0x59449C) is known color: Daisy Bush. HEX triplet: 59, 44 and 9C. RGB value is (89,68,156). Sum of RGB (Red+Green+Blue) = 89+68+156=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #59449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59449C is #A6BB63. Grayscale: #535353. Windows color (decimal): -10926948 or 10241113. OLE color: 10241113.

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

Color convert

RGB 89 68 156 -
CMYK 0.43 0.56 0 0.39
HSL 254.32º 0.39% 0.44% -
HSV(B) 254.32º 0.56% 0.61% -
XYZ 12.19 8.66 32.48 -
YUV 84.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 89 68 156 0.43 0.56 0 0.39 254.32 0.39 0.44
Hex 59 44 9C 2B 38 0 27 FE 27 2C
Octal 131 104 234 53 70 0 47 376 47 54
Binary 1011001 1000100 10011100 101011 111000 0 100111 11111110 100111 101100

Color Harmonies of #59449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59449C

Black with #59449C

Text Example


Text Example

White with #59449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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