Html Css Color HEX #59499D Daisy Bush

📋 copy color: '#59499D'

red 89 ◦ green 73 ◦ blue 157

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

Shades of Daisy Bush #59499D

Tints of Daisy Bush #59499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.88%

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 27.9%
G = 22.88%
B = 49.22%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59499D (or 0x59499D) is known color: Daisy Bush. HEX triplet: 59, 49 and 9D. RGB value is (89,73,157). Sum of RGB (Red+Green+Blue) = 89+73+157=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #59499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59499D is #A6B662. Grayscale: #575757. Windows color (decimal): -10925667 or 10307929. OLE color: 10307929.

HSL color Cylindrical-coordinate representation of color #59499D: hue angle of 251.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59499D is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 73 157 -
CMYK 0.43 0.54 0 0.38
HSL 251.43º 0.37% 0.45% -
HSV(B) 251.43º 0.54% 0.62% -
XYZ 12.59 9.32 33.03 -
YUV 87.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 89 73 157 0.43 0.54 0 0.38 251.43 0.37 0.45
Hex 59 49 9D 2B 36 0 26 FB 25 2D
Octal 131 111 235 53 66 0 46 373 45 55
Binary 1011001 1001001 10011101 101011 110110 0 100110 11111011 100101 101101

Color Harmonies of #59499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59499D

Black with #59499D

Text Example


Text Example

White with #59499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59499D; }

 p { color: rgb(89,73,157); }

 H1.HeaderClassName
 {
   color: #59499D;
 }
 .AnyTagClassName
 {
   color: #59499D;
 }
</style>

background-color css

<style>
 a { background-color: #59499D; }

 a { background-color: rgb(89,73,157); }

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

border-color css

<style>
 span { border-color: #59499D; }

 span { border-color: rgb(89,73,157); }

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