Html Css Color HEX #563A65 Honey Flower

📋 copy color: '#563A65'

red 86 ◦ green 58 ◦ blue 101

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

Shades of Honey Flower #563A65

Tints of Honey Flower #563A65

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 35.1%
G = 23.67%
B = 41.22%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#563A65 (or 0x563A65) is known color: Honey Flower. HEX triplet: 56, 3A and 65. RGB value is (86,58,101). Sum of RGB (Red+Green+Blue) = 86+58+101=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #563A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A65 is #A9C59A. Grayscale: #474747. Windows color (decimal): -11126171 or 6634070. OLE color: 6634070.

HSL color Cylindrical-coordinate representation of color #563A65: hue angle of 279.07º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563A65 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 58 101 -
CMYK 0.15 0.43 0 0.60
HSL 279.07º 0.27% 0.31% -
HSV(B) 279.07º 0.43% 0.4% -
XYZ 7.7 5.94 13.05 -
YUV 71.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 86 58 101 0.15 0.43 0 0.60 279.07 0.27 0.31
Hex 56 3A 65 F 2B 0 3C 117 1B 1F
Octal 126 72 145 17 53 0 74 427 33 37
Binary 1010110 111010 1100101 1111 101011 0 111100 100010111 11011 11111

Color Harmonies of #563A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A65

Black with #563A65

Text Example


Text Example

White with #563A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563A65; }

 p { color: rgb(86,58,101); }

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

background-color css

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

 a { background-color: rgb(86,58,101); }

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

border-color css

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

 span { border-color: rgb(86,58,101); }

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