Html Css Color HEX #563961 Honey Flower

📋 copy color: '#563961'

red 86 ◦ green 57 ◦ blue 97

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

Shades of Honey Flower #563961

Tints of Honey Flower #563961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

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

R = 35.83%
G = 23.75%
B = 40.42%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#563961 (or 0x563961) is known color: Honey Flower. HEX triplet: 56, 39 and 61. RGB value is (86,57,97). Sum of RGB (Red+Green+Blue) = 86+57+97=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #563961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563961 is #A9C69E. Grayscale: #464646. Windows color (decimal): -11126431 or 6371670. OLE color: 6371670.

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

Color convert

RGB 86 57 97 -
CMYK 0.11 0.41 0 0.62
HSL 283.5º 0.26% 0.3% -
HSV(B) 283.5º 0.41% 0.38% -
XYZ 7.46 5.77 12.03 -
YUV 70.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 86 57 97 0.11 0.41 0 0.62 283.5 0.26 0.3
Hex 56 39 61 B 29 0 3E 11C 1A 1E
Octal 126 71 141 13 51 0 76 434 32 36
Binary 1010110 111001 1100001 1011 101001 0 111110 100011100 11010 11110

Color Harmonies of #563961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563961

Black with #563961

Text Example


Text Example

White with #563961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563961; }

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

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

background-color css

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

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

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

border-color css

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

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

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