Html Css Color HEX #563760 Honey Flower

📋 copy color: '#563760'

red 86 ◦ green 55 ◦ blue 96

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

Shades of Honey Flower #563760

Tints of Honey Flower #563760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 36.29%
G = 23.21%
B = 40.51%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#563760 (or 0x563760) is known color: Honey Flower. HEX triplet: 56, 37 and 60. RGB value is (86,55,96). Sum of RGB (Red+Green+Blue) = 86+55+96=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #563760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563760 is #A9C89F. Grayscale: #444444. Windows color (decimal): -11126944 or 6305622. OLE color: 6305622.

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

Color convert

RGB 86 55 96 -
CMYK 0.10 0.43 0 0.62
HSL 285.37º 0.27% 0.3% -
HSV(B) 285.37º 0.43% 0.38% -
XYZ 7.32 5.56 11.75 -
YUV 68.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 86 55 96 0.10 0.43 0 0.62 285.37 0.27 0.3
Hex 56 37 60 A 2B 0 3E 11D 1B 1E
Octal 126 67 140 12 53 0 76 435 33 36
Binary 1010110 110111 1100000 1010 101011 0 111110 100011101 11011 11110

Color Harmonies of #563760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563760

Black with #563760

Text Example


Text Example

White with #563760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563760; }

 p { color: rgb(86,55,96); }

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

background-color css

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

 a { background-color: rgb(86,55,96); }

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

border-color css

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

 span { border-color: rgb(86,55,96); }

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