Html Css Color HEX #59489D Daisy Bush

📋 copy color: '#59489D'

red 89 ◦ green 72 ◦ blue 157

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

Shades of Daisy Bush #59489D

Tints of Daisy Bush #59489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

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

R = 27.99%
G = 22.64%
B = 49.37%

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

#59489D (or 0x59489D) is known color: Daisy Bush. HEX triplet: 59, 48 and 9D. RGB value is (89,72,157). Sum of RGB (Red+Green+Blue) = 89+72+157=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #59489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59489D is #A6B762. Grayscale: #565656. Windows color (decimal): -10925923 or 10307673. OLE color: 10307673.

HSL color Cylindrical-coordinate representation of color #59489D: hue angle of 252º 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 #59489D is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 72 157 -
CMYK 0.43 0.54 0 0.38
HSL 252º 0.37% 0.45% -
HSV(B) 252º 0.54% 0.62% -
XYZ 12.52 9.19 33.01 -
YUV 86.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 89 72 157 0.43 0.54 0 0.38 252 0.37 0.45
Hex 59 48 9D 2B 36 0 26 FC 25 2D
Octal 131 110 235 53 66 0 46 374 45 55
Binary 1011001 1001000 10011101 101011 110110 0 100110 11111100 100101 101101

Color Harmonies of #59489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59489D

Black with #59489D

Text Example


Text Example

White with #59489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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