Html Css Color HEX #59479D Daisy Bush

📋 copy color: '#59479D'

red 89 ◦ green 71 ◦ blue 157

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

Shades of Daisy Bush #59479D

Tints of Daisy Bush #59479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

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

R = 28.08%
G = 22.4%
B = 49.53%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59479D (or 0x59479D) is known color: Daisy Bush. HEX triplet: 59, 47 and 9D. RGB value is (89,71,157). Sum of RGB (Red+Green+Blue) = 89+71+157=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #59479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59479D is #A6B862. Grayscale: #555555. Windows color (decimal): -10926179 or 10307417. OLE color: 10307417.

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

Color convert

RGB 89 71 157 -
CMYK 0.43 0.55 0 0.38
HSL 252.56º 0.38% 0.45% -
HSV(B) 252.56º 0.55% 0.62% -
XYZ 12.46 9.06 32.99 -
YUV 86.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 89 71 157 0.43 0.55 0 0.38 252.56 0.38 0.45
Hex 59 47 9D 2B 37 0 26 FD 26 2D
Octal 131 107 235 53 67 0 46 375 46 55
Binary 1011001 1000111 10011101 101011 110111 0 100110 11111101 100110 101101

Color Harmonies of #59479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59479D

Black with #59479D

Text Example


Text Example

White with #59479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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