Html Css Color HEX #564161 Honey Flower

📋 copy color: '#564161'

red 86 ◦ green 65 ◦ blue 97

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

Shades of Honey Flower #564161

Tints of Honey Flower #564161

RGB

 RED value IS 86 (33.98% from 255) = 34.68%

 GREEN value IS 65 (25.78% from 255) = 26.21%

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 34.68%
G = 26.21%
B = 39.11%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564161 (or 0x564161) is known color: Honey Flower. HEX triplet: 56, 41 and 61. RGB value is (86,65,97). Sum of RGB (Red+Green+Blue) = 86+65+97=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #564161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564161 is #A9BE9E. Grayscale: #4A4A4A. Windows color (decimal): -11124383 or 6373718. OLE color: 6373718.

HSL color Cylindrical-coordinate representation of color #564161: hue angle of 279.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #564161 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 65 97 -
CMYK 0.11 0.33 0 0.62
HSL 279.38º 0.2% 0.32% -
HSV(B) 279.38º 0.33% 0.38% -
XYZ 7.89 6.62 12.17 -
YUV 74.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 86 65 97 0.11 0.33 0 0.62 279.38 0.2 0.32
Hex 56 41 61 B 21 0 3E 117 14 20
Octal 126 101 141 13 41 0 76 427 24 40
Binary 1010110 1000001 1100001 1011 100001 0 111110 100010111 10100 100000

Color Harmonies of #564161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564161

Black with #564161

Text Example


Text Example

White with #564161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564161; }

 p { color: rgb(86,65,97); }

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

background-color css

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

 a { background-color: rgb(86,65,97); }

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

border-color css

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

 span { border-color: rgb(86,65,97); }

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