Html Css Color HEX #59406C Honey Flower

📋 copy color: '#59406C'

red 89 ◦ green 64 ◦ blue 108

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

Shades of Honey Flower #59406C

Tints of Honey Flower #59406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 34.1%
G = 24.52%
B = 41.38%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#59406C (or 0x59406C) is known color: Honey Flower. HEX triplet: 59, 40 and 6C. RGB value is (89,64,108). Sum of RGB (Red+Green+Blue) = 89+64+108=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #59406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59406C is #A6BF93. Grayscale: #4C4C4C. Windows color (decimal): -10928020 or 7094361. OLE color: 7094361.

HSL color Cylindrical-coordinate representation of color #59406C: hue angle of 274.09º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59406C is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 64 108 -
CMYK 0.18 0.41 0 0.58
HSL 274.09º 0.26% 0.34% -
HSV(B) 274.09º 0.41% 0.42% -
XYZ 8.66 6.87 15.06 -
YUV 76.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 89 64 108 0.18 0.41 0 0.58 274.09 0.26 0.34
Hex 59 40 6C 12 29 0 3A 112 1A 22
Octal 131 100 154 22 51 0 72 422 32 42
Binary 1011001 1000000 1101100 10010 101001 0 111010 100010010 11010 100010

Color Harmonies of #59406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59406C

Black with #59406C

Text Example


Text Example

White with #59406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59406C; }

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

 H1.HeaderClassName
 {
   color: #59406C;
 }
 .AnyTagClassName
 {
   color: #59406C;
 }
</style>

background-color css

<style>
 a { background-color: #59406C; }

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

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

border-color css

<style>
 span { border-color: #59406C; }

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

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