Html Css Color HEX #59279F Daisy Bush

📋 copy color: '#59279F'

red 89 ◦ green 39 ◦ blue 159

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

Shades of Daisy Bush #59279F

Tints of Daisy Bush #59279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.59%

 BLUE value IS 159 (62.5% from 255) = 55.4%

R = 31.01%
G = 13.59%
B = 55.4%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59279F (or 0x59279F) is known color: Daisy Bush. HEX triplet: 59, 27 and 9F. RGB value is (89,39,159). Sum of RGB (Red+Green+Blue) = 89+39+159=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #59279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59279F is #A6D860. Grayscale: #434343. Windows color (decimal): -10934369 or 10430297. OLE color: 10430297.

HSL color Cylindrical-coordinate representation of color #59279F: hue angle of 265º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59279F is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 39 159 -
CMYK 0.44 0.75 0 0.38
HSL 265º 0.61% 0.39% -
HSV(B) 265º 0.75% 0.62% -
XYZ 11.1 6.08 33.39 -
YUV 67.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 89 39 159 0.44 0.75 0 0.38 265 0.61 0.39
Hex 59 27 9F 2C 4B 0 26 109 3D 27
Octal 131 47 237 54 113 0 46 411 75 47
Binary 1011001 100111 10011111 101100 1001011 0 100110 100001001 111101 100111

Color Harmonies of #59279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59279F

Black with #59279F

Text Example


Text Example

White with #59279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59279F; }

 p { color: rgb(89,39,159); }

 H1.HeaderClassName
 {
   color: #59279F;
 }
 .AnyTagClassName
 {
   color: #59279F;
 }
</style>

background-color css

<style>
 a { background-color: #59279F; }

 a { background-color: rgb(89,39,159); }

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

border-color css

<style>
 span { border-color: #59279F; }

 span { border-color: rgb(89,39,159); }

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