Html Css Color HEX #59428D Daisy Bush

📋 copy color: '#59428D'

red 89 ◦ green 66 ◦ blue 141

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

Shades of Daisy Bush #59428D

Tints of Daisy Bush #59428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 30.07%
G = 22.3%
B = 47.64%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59428D (or 0x59428D) is known color: Daisy Bush. HEX triplet: 59, 42 and 8D. RGB value is (89,66,141). Sum of RGB (Red+Green+Blue) = 89+66+141=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #59428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59428D is #A6BD72. Grayscale: #515151. Windows color (decimal): -10927475 or 9257561. OLE color: 9257561.

HSL color Cylindrical-coordinate representation of color #59428D: hue angle of 258.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59428D is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 66 141 -
CMYK 0.37 0.53 0 0.45
HSL 258.4º 0.36% 0.41% -
HSV(B) 258.4º 0.53% 0.55% -
XYZ 10.88 7.94 26.16 -
YUV 81.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 89 66 141 0.37 0.53 0 0.45 258.4 0.36 0.41
Hex 59 42 8D 25 35 0 2D 102 24 29
Octal 131 102 215 45 65 0 55 402 44 51
Binary 1011001 1000010 10001101 100101 110101 0 101101 100000010 100100 101001

Color Harmonies of #59428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59428D

Black with #59428D

Text Example


Text Example

White with #59428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,66,141); }

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

background-color css

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

 a { background-color: rgb(89,66,141); }

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

border-color css

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

 span { border-color: rgb(89,66,141); }

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