Html Css Color HEX #59449B Daisy Bush

📋 copy color: '#59449B'

red 89 ◦ green 68 ◦ blue 155

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

Shades of Daisy Bush #59449B

Tints of Daisy Bush #59449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 28.53%
G = 21.79%
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

#59449B (or 0x59449B) is known color: Daisy Bush. HEX triplet: 59, 44 and 9B. RGB value is (89,68,155). Sum of RGB (Red+Green+Blue) = 89+68+155=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #59449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59449B is #A6BB64. Grayscale: #535353. Windows color (decimal): -10926949 or 10175577. OLE color: 10175577.

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

Color convert

RGB 89 68 155 -
CMYK 0.43 0.56 0 0.39
HSL 254.48º 0.39% 0.44% -
HSV(B) 254.48º 0.56% 0.61% -
XYZ 12.1 8.62 32.04 -
YUV 84.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 89 68 155 0.43 0.56 0 0.39 254.48 0.39 0.44
Hex 59 44 9B 2B 38 0 27 FE 27 2C
Octal 131 104 233 53 70 0 47 376 47 54
Binary 1011001 1000100 10011011 101011 111000 0 100111 11111110 100111 101100

Color Harmonies of #59449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59449B

Black with #59449B

Text Example


Text Example

White with #59449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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