Html Css Color HEX #594265 Honey Flower

📋 copy color: '#594265'

red 89 ◦ green 66 ◦ blue 101

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

Shades of Honey Flower #594265

Tints of Honey Flower #594265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 34.77%
G = 25.78%
B = 39.45%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#594265 (or 0x594265) is known color: Honey Flower. HEX triplet: 59, 42 and 65. RGB value is (89,66,101). Sum of RGB (Red+Green+Blue) = 89+66+101=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 101 - color contains mainly: blue. Hex color #594265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594265 is #A6BD9A. Grayscale: #4C4C4C. Windows color (decimal): -10927515 or 6636121. OLE color: 6636121.

HSL color Cylindrical-coordinate representation of color #594265: hue angle of 279.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #594265 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 66 101 -
CMYK 0.12 0.35 0 0.60
HSL 279.43º 0.21% 0.33% -
HSV(B) 279.43º 0.35% 0.4% -
XYZ 8.42 6.96 13.21 -
YUV 76.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 89 66 101 0.12 0.35 0 0.60 279.43 0.21 0.33
Hex 59 42 65 C 23 0 3C 117 15 21
Octal 131 102 145 14 43 0 74 427 25 41
Binary 1011001 1000010 1100101 1100 100011 0 111100 100010111 10101 100001

Color Harmonies of #594265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594265

Black with #594265

Text Example


Text Example

White with #594265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594265; }

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

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

background-color css

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

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

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

border-color css

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

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

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