Html Css Color HEX #59286F Honey Flower

📋 copy color: '#59286F'

red 89 ◦ green 40 ◦ blue 111

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

Shades of Honey Flower #59286F

Tints of Honey Flower #59286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 37.08%
G = 16.67%
B = 46.25%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59286F (or 0x59286F) is known color: Honey Flower. HEX triplet: 59, 28 and 6F. RGB value is (89,40,111). Sum of RGB (Red+Green+Blue) = 89+40+111=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #59286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59286F is #A6D790. Grayscale: #3E3E3E. Windows color (decimal): -10934161 or 7284825. OLE color: 7284825.

HSL color Cylindrical-coordinate representation of color #59286F: hue angle of 281.41º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59286F is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 40 111 -
CMYK 0.20 0.64 0 0.56
HSL 281.41º 0.47% 0.3% -
HSV(B) 281.41º 0.64% 0.44% -
XYZ 7.75 4.79 15.55 -
YUV 62.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 89 40 111 0.20 0.64 0 0.56 281.41 0.47 0.3
Hex 59 28 6F 14 40 0 38 119 2F 1E
Octal 131 50 157 24 100 0 70 431 57 36
Binary 1011001 101000 1101111 10100 1000000 0 111000 100011001 101111 11110

Color Harmonies of #59286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59286F

Black with #59286F

Text Example


Text Example

White with #59286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,40,111); }

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

background-color css

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

 a { background-color: rgb(89,40,111); }

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

border-color css

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

 span { border-color: rgb(89,40,111); }

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