Html Css Color HEX #59405F Honey Flower

📋 copy color: '#59405F'

red 89 ◦ green 64 ◦ blue 95

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

Shades of Honey Flower #59405F

Tints of Honey Flower #59405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

 BLUE value IS 95 (37.5% from 255) = 38.31%

R = 35.89%
G = 25.81%
B = 38.31%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59405F (or 0x59405F) is known color: Honey Flower. HEX triplet: 59, 40 and 5F. RGB value is (89,64,95). Sum of RGB (Red+Green+Blue) = 89+64+95=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #59405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59405F is #A6BFA0. Grayscale: #4A4A4A. Windows color (decimal): -10928033 or 6242393. OLE color: 6242393.

HSL color Cylindrical-coordinate representation of color #59405F: hue angle of 288.39º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59405F is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 64 95 -
CMYK 0.06 0.33 0 0.63
HSL 288.39º 0.19% 0.31% -
HSV(B) 288.39º 0.33% 0.37% -
XYZ 8.02 6.62 11.68 -
YUV 75.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 89 64 95 0.06 0.33 0 0.63 288.39 0.19 0.31
Hex 59 40 5F 6 21 0 3F 120 13 1F
Octal 131 100 137 6 41 0 77 440 23 37
Binary 1011001 1000000 1011111 110 100001 0 111111 100100000 10011 11111

Color Harmonies of #59405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59405F

Black with #59405F

Text Example


Text Example

White with #59405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,64,95); }

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

background-color css

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

 a { background-color: rgb(89,64,95); }

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

border-color css

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

 span { border-color: rgb(89,64,95); }

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